mirror of
https://github.com/andreili/katapult.git
synced 2025-08-23 19:34:06 +02:00
kconfig: add choice for lpc176x
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
365c3bbc91
commit
c1b8886c0f
11
src/Kconfig
11
src/Kconfig
@ -6,11 +6,16 @@ config LOW_LEVEL_OPTIONS
|
||||
bool
|
||||
default y
|
||||
|
||||
config MACH_STM32
|
||||
bool
|
||||
default y
|
||||
choice
|
||||
prompt "Micro-controller Architecture"
|
||||
config MACH_STM32
|
||||
bool "STMicroelectronics STM32"
|
||||
config MACH_LPC176X
|
||||
bool "LPC176x (Smoothieboard)"
|
||||
endchoice
|
||||
|
||||
source "src/stm32/Kconfig"
|
||||
source "src/lpc176x/Kconfig"
|
||||
|
||||
# Generic configuration options for serial ports
|
||||
config SERIAL_BAUD
|
||||
|
Loading…
x
Reference in New Issue
Block a user