Skip to content

Commit 8ded3fb

Browse files
committed
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 <[email protected]>
1 parent 751b02a commit 8ded3fb

File tree

5 files changed

+1
-6
lines changed

5 files changed

+1
-6
lines changed

arch/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ config NIOS2
3636

3737
config RISCV32
3838
bool "RISCV32 architecture"
39+
select HAS_DTS
3940

4041
config XTENSA
4142
bool "Xtensa architecture"

boards/riscv32/hifive1/Kconfig.board

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
config BOARD_HIFIVE1
22
bool "HiFive1 target"
33
depends on SOC_RISCV32_SIFIVE_FREEDOM
4-
select HAS_DTS
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
config BOARD_M2GL025_MIV
22
bool "Microsemi M2GL025 IGLOO2 dev board with Mi-V CPU"
33
depends on SOC_RISCV32_MIV
4-
select HAS_DTS
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
21
config BOARD_QEMU_RISCV32
32
bool "QEMU RISCV32 target"
43
depends on SOC_RISCV32_QEMU
54
select QEMU_TARGET
6-
select HAS_DTS
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
21
config BOARD_ZEDBOARD_PULPINO
32
bool "Zedboard pulpino target"
43
depends on SOC_RISCV32_PULPINO
5-
select HAS_DTS
64
select BUILD_OUTPUT_S19

0 commit comments

Comments
 (0)