kconfig: add choice for lpc176x

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2022-05-16 17:07:15 -04:00 committed by Eric Callahan
parent 365c3bbc91
commit c1b8886c0f

View File

@ -6,11 +6,16 @@ config LOW_LEVEL_OPTIONS
bool bool
default y default y
config MACH_STM32 choice
bool prompt "Micro-controller Architecture"
default y config MACH_STM32
bool "STMicroelectronics STM32"
config MACH_LPC176X
bool "LPC176x (Smoothieboard)"
endchoice
source "src/stm32/Kconfig" source "src/stm32/Kconfig"
source "src/lpc176x/Kconfig"
# Generic configuration options for serial ports # Generic configuration options for serial ports
config SERIAL_BAUD config SERIAL_BAUD