mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-08 06:12:56 +00:00
Some boards had HAS_DTS in the defconfig which is dropped if the Kconfig variable does not have a prompt. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
6 lines
100 B
Plaintext
6 lines
100 B
Plaintext
|
|
config BOARD_ARDUINO_101
|
|
bool "Arduino 101 Board"
|
|
depends on SOC_SERIES_QUARK_SE
|
|
select HAS_DTS
|