Cloudctrl: Add missing configuration logic
This commit is contained in:
parent
0c7a828ed3
commit
34617b7ef0
@ -56,6 +56,9 @@ config ARCH_BOARD_C5471EVM
|
||||
config ARCH_BOARD_CLOUDCTRL
|
||||
bool "Darcy's CloudController stm32f10x board"
|
||||
depends on ARCH_CHIP_STM32F107VC
|
||||
select ARCH_HAVE_LEDS
|
||||
select ARCH_HAVE_BUTTONS
|
||||
select ARCH_HAVE_IRQBUTTONS
|
||||
---help---
|
||||
Small network relay development board. Based on the Shenzhou IV development
|
||||
board design.
|
||||
@ -1029,6 +1032,7 @@ config ARCH_BOARD
|
||||
default "arduino-due" if ARCH_BOARD_ARDUINO_DUE
|
||||
default "avr32dev1" if ARCH_BOARD_AVR32DEV1
|
||||
default "c5471evm" if ARCH_BOARD_C5471EVM
|
||||
default "cloudctrl" if ARCH_BOARD_CLOUDCTRL
|
||||
default "compal_e86" if ARCH_BOARD_COMPALE86
|
||||
default "compal_e88" if ARCH_BOARD_COMPALE88
|
||||
default "compal_e99" if ARCH_BOARD_COMPALE99
|
||||
@ -1190,6 +1194,9 @@ endif
|
||||
if ARCH_BOARD_C5471EVM
|
||||
source "configs/c5471evm/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_CLOUDCTRL
|
||||
source "configs/cloudctrl/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_COMPALE86
|
||||
source "configs/compal_e86/Kconfig"
|
||||
endif
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user