From 7b792e40d51a5ee105c0d1b605b773cb44354d83 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 16 Sep 2019 21:27:25 -0400 Subject: stm32f0: Rename internal build symbol from MACH_STM32F0 to MACH_STM32F0_HAL Signed-off-by: Kevin O'Connor --- src/Kconfig | 2 +- src/stm32f0/Kconfig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Kconfig b/src/Kconfig index d065bc26..ef1fcfe5 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -21,7 +21,7 @@ choice bool "LPC176x (Smoothieboard)" config MACH_STM32 bool "STMicroelectronics STM32F1/F4" - config MACH_STM32F0 + config MACH_STM32F0_HAL bool "STMicroelectronics STM32F042" config MACH_PRU bool "Beaglebone PRU" diff --git a/src/stm32f0/Kconfig b/src/stm32f0/Kconfig index 5b285615..6914acfa 100644 --- a/src/stm32f0/Kconfig +++ b/src/stm32f0/Kconfig @@ -1,8 +1,8 @@ # Kconfig settings for STM32F0 processors -if MACH_STM32F0 +if MACH_STM32F0_HAL -config STM32F0_SELECT +config STM32F0_HAL_SELECT bool default y select HAVE_GPIO -- cgit v1.2.3-70-g09d2