Skip to content

Commit b28bb56

Browse files
committed
[ot] configs/devices: riscv32: enable opentitan machine
Also enables the new machines by default to match the existing style. Signed-off-by: James Wainwright <james.wainwright@lowrisc.org>
1 parent d609007 commit b28bb56

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

configs/devices/riscv32-softmmu/default.mak

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# CONFIG_SIFIVE_E=n
1010
# CONFIG_SIFIVE_U=n
1111
# CONFIG_RISCV_VIRT=n
12-
CONFIG_IBEXDEMO=y
13-
CONFIG_OT_DARJEELING=y
14-
CONFIG_OT_EARLGREY=y
15-
CONFIG_OPENTITAN=n
12+
# CONFIG_OPENTITAN=n
13+
# CONFIG_OT_DARJEELING=n
14+
# CONFIG_OT_EARLGREY=n
15+
# CONFIG_IBEXDEMO=n

hw/riscv/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ config IBEX_GPIO
2020

2121
config OT_DARJEELING
2222
bool
23+
default y
2324
select IBEX
2425
select IBEX_CLOCK_SRC
2526
select IBEX_COMMON
@@ -70,6 +71,7 @@ config OT_DARJEELING
7071

7172
config OT_EARLGREY
7273
bool
74+
default y
7375
select IBEX
7476
select IBEX_CLOCK_SRC
7577
select IBEX_COMMON
@@ -118,6 +120,7 @@ config OT_EARLGREY
118120

119121
config IBEXDEMO
120122
bool
123+
default y
121124
select IBEX
122125
select IBEX_CLOCK_SRC
123126
select IBEX_COMMON

0 commit comments

Comments
 (0)