mirror of
https://github.com/andreili/katapult.git
synced 2025-08-24 03:44: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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user