boards/shields: Clean-up connectors Kconfig options
Cleanup unused leftover from shield development. These flags are not actually useful, nor used as dts connectors are sufficient to control board to shield binding is operational and dtc provides meaningful error message when this is not the case. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
25fb2302f1
commit
b47067b768
|
@ -26,10 +26,6 @@ menu "Board Options"
|
|||
osource "$(BOARD_DIR)/Kconfig"
|
||||
endmenu
|
||||
|
||||
menu "Shields"
|
||||
source "boards/shields/Kconfig"
|
||||
endmenu
|
||||
|
||||
menu "Shields"
|
||||
source "boards/shields/*/Kconfig.shield"
|
||||
endmenu
|
||||
|
|
|
@ -8,6 +8,3 @@
|
|||
config BOARD_NUCLEO_F429ZI
|
||||
bool "NUCLEO-144 F429ZI Development Board"
|
||||
depends on SOC_STM32F429XI
|
||||
select HAS_ARDUINO_I2C
|
||||
select HAS_ARDUINO_SPI
|
||||
select HAS_ARDUINO_SERIAL
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
config HAS_ARDUINO_SERIAL
|
||||
bool
|
||||
help
|
||||
This option specifies that the target platform is compatible
|
||||
with Arduino Serial
|
||||
|
||||
config HAS_ARDUINO_I2C
|
||||
bool
|
||||
help
|
||||
This option specifies that the target platform is compatible
|
||||
with Arduino I2C
|
||||
|
||||
config HAS_ARDUINO_SPI
|
||||
bool
|
||||
help
|
||||
This option specifies that the target platform is compatible
|
||||
with Arduino SPI
|
Loading…
Reference in New Issue