lpc176x: Add initial support for LPC176x processors
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -8,6 +8,8 @@ choice
|
||||
bool "Atmega AVR"
|
||||
config MACH_SAM3X8E
|
||||
bool "SAM3x8e (Arduino Due)"
|
||||
config MACH_LPC176X
|
||||
bool "LPC176x (Smoothieboard)"
|
||||
config MACH_STM32F1
|
||||
bool "STMicroelectronics STM32F103"
|
||||
config MACH_PRU
|
||||
@@ -20,6 +22,7 @@ endchoice
|
||||
|
||||
source "src/avr/Kconfig"
|
||||
source "src/sam3x8e/Kconfig"
|
||||
source "src/lpc176x/Kconfig"
|
||||
source "src/stm32f1/Kconfig"
|
||||
source "src/pru/Kconfig"
|
||||
source "src/linux/Kconfig"
|
||||
|
||||
Reference in New Issue
Block a user