arch: xtensa: dts: Move HAS_DTS to arch level

Now that all supported xtensa boards use DTS we can move the Kconfig
setting to the arch level.  Remove HAS_DTS from board Kconfig files.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-02-01 07:52:05 -06:00 committed by Kumar Gala
parent 55e02d2b99
commit 31503a868b
5 changed files with 1 additions and 4 deletions

View file

@ -47,6 +47,7 @@ config RISCV32
config XTENSA
bool "Xtensa architecture"
select HAS_DTS
config ARCH_POSIX
bool "POSIX (native) architecture"

View file

@ -6,4 +6,3 @@
config BOARD_ESP32
bool "ESP32 Development Board"
depends on SOC_ESP32
select HAS_DTS

View file

@ -6,4 +6,3 @@
config BOARD_INTEL_S1000_CRB
bool "Xtensa on Intel_S1000"
depends on SOC_INTEL_S1000
select HAS_DTS

View file

@ -6,5 +6,4 @@
config BOARD_QEMU_XTENSA
bool "Xtensa emulation using QEMU"
depends on SOC_XTENSA_SAMPLE_CONTROLLER
select HAS_DTS
select QEMU_TARGET

View file

@ -6,4 +6,3 @@
config BOARD_XT_SIM
bool "Xtensa Development ISS"
depends on SIMULATOR_XTENSA
select HAS_DTS