File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
configs/devices/riscv32-softmmu Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ config IBEX_GPIO
2020
2121config 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
7172config 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
119121config IBEXDEMO
120122 bool
123+ default y
121124 select IBEX
122125 select IBEX_CLOCK_SRC
123126 select IBEX_COMMON
You can’t perform that action at this time.
0 commit comments