Skip to content

Commit 9009f55

Browse files
ConchuODpalmer-dabbelt
authored andcommitted
riscv: config: enable SOC_STARFIVE in defconfig
SOC_STARFIVE is the odd one out among the (compatible) SOC_FOO options as it is not enabled in the default defconfig. Add it to make catching dt regressions etc easier. Signed-off-by: Conor Dooley <[email protected]> Acked-by: Emil Renner Berthing <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 54f0f3b commit 9009f55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/riscv/configs/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ CONFIG_EXPERT=y
1818
CONFIG_PROFILING=y
1919
CONFIG_SOC_MICROCHIP_POLARFIRE=y
2020
CONFIG_SOC_SIFIVE=y
21+
CONFIG_SOC_STARFIVE=y
2122
CONFIG_SOC_VIRT=y
2223
CONFIG_SMP=y
2324
CONFIG_HOTPLUG_CPU=y

0 commit comments

Comments
 (0)