From: Conor Dooley Date: Fri, 17 Jun 2022 18:24:25 +0000 (+0100) Subject: riscv: config: enable SOC_STARFIVE in defconfig X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9009f55bc44e4cb6f94e8e3315e85ad5ed69a519;p=linux.git 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 Acked-by: Emil Renner Berthing Link: https://lore.kernel.org/r/20220617182424.324276-1-mail@conchuod.ie Signed-off-by: Palmer Dabbelt --- diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index 0cc17db8aaba8..f8d7d9527c6e7 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