riscv: Move DTS Kconfig enablement to arch level

Now that all supported riscv boards support dts, move the Kconfig option
to the arch level.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2018-11-02 13:29:59 -05:00 committed by Kumar Gala
parent 751b02a49c
commit 8ded3fb1e2
5 changed files with 1 additions and 6 deletions

View file

@ -36,6 +36,7 @@ config NIOS2
config RISCV32
bool "RISCV32 architecture"
select HAS_DTS
config XTENSA
bool "Xtensa architecture"

View file

@ -1,4 +1,3 @@
config BOARD_HIFIVE1
bool "HiFive1 target"
depends on SOC_RISCV32_SIFIVE_FREEDOM
select HAS_DTS

View file

@ -1,4 +1,3 @@
config BOARD_M2GL025_MIV
bool "Microsemi M2GL025 IGLOO2 dev board with Mi-V CPU"
depends on SOC_RISCV32_MIV
select HAS_DTS

View file

@ -1,6 +1,4 @@
config BOARD_QEMU_RISCV32
bool "QEMU RISCV32 target"
depends on SOC_RISCV32_QEMU
select QEMU_TARGET
select HAS_DTS

View file

@ -1,6 +1,4 @@
config BOARD_ZEDBOARD_PULPINO
bool "Zedboard pulpino target"
depends on SOC_RISCV32_PULPINO
select HAS_DTS
select BUILD_OUTPUT_S19