diff options
| author | Conor Dooley <[email protected]> | 2022-06-17 18:24:25 +0000 |
|---|---|---|
| committer | Palmer Dabbelt <[email protected]> | 2022-07-14 18:06:59 +0000 |
| commit | 9009f55bc44e4cb6f94e8e3315e85ad5ed69a519 (patch) | |
| tree | 22895e89b0f7c25d3d9479390ce9009c96a30ffe | |
| parent | riscv: Kconfig: Style cleanups (diff) | |
| download | kernel-9009f55bc44e4cb6f94e8e3315e85ad5ed69a519.tar.gz kernel-9009f55bc44e4cb6f94e8e3315e85ad5ed69a519.zip | |
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]>
| -rw-r--r-- | arch/riscv/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index 0cc17db8aaba..f8d7d9527c6e 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -18,6 +18,7 @@ CONFIG_EXPERT=y CONFIG_PROFILING=y CONFIG_SOC_MICROCHIP_POLARFIRE=y CONFIG_SOC_SIFIVE=y +CONFIG_SOC_STARFIVE=y CONFIG_SOC_VIRT=y CONFIG_SMP=y CONFIG_HOTPLUG_CPU=y |
