mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 18:51: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
88 B
Plaintext
6 lines
88 B
Plaintext
|
|
config BOARD_TINYTILE
|
|
bool "TinyTILE"
|
|
depends on SOC_SERIES_QUARK_SE
|
|
select HAS_DTS
|