zephyr/boards/x86/arduino_101/Kconfig.board
Anas Nashif 9479b98e75 boards: fix dropped HAS_DTS
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>
2017-08-11 11:05:36 -05:00

6 lines
100 B
Plaintext

config BOARD_ARDUINO_101
bool "Arduino 101 Board"
depends on SOC_SERIES_QUARK_SE
select HAS_DTS