[PATCH] riscv: defconfig: Regenerate defconfig
Krzysztof Kozlowski
krzk at kernel.org
Sun Oct 29 00:49:56 PDT 2023
On 27/10/2023 13:35, Chanho Park wrote:
> Run 'make defconfig savedefconfig' and copy the defconfig file to
> arch/riscv/configs/defconfig.
>
> Signed-off-by: Chanho Park <chanho61.park at samsung.com>
> ---
> arch/riscv/configs/defconfig | 10 +---------
> 1 file changed, 1 insertion(+), 9 deletions(-)
>
> diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
> index ab86ec3b9eab..83fa02611284 100644
> --- a/arch/riscv/configs/defconfig
> +++ b/arch/riscv/configs/defconfig
> @@ -27,15 +27,12 @@ CONFIG_EXPERT=y
> CONFIG_PROFILING=y
> CONFIG_SOC_MICROCHIP_POLARFIRE=y
> CONFIG_ARCH_RENESAS=y
> -CONFIG_ARCH_THEAD=y
> CONFIG_SOC_SIFIVE=y
> CONFIG_SOC_STARFIVE=y
> CONFIG_ARCH_SUNXI=y
> +CONFIG_ARCH_THEAD=y
> CONFIG_SOC_VIRT=y
> CONFIG_SMP=y
> -CONFIG_HOTPLUG_CPU=y
> -CONFIG_PM=y
User-selectible options should not be removed from defconfig via
savedefconfig. Please do not run blind savedefconfig, unless you are
okay with actually loosing these options. We discussed this multiple
times...
https://lore.kernel.org/all/20201130202501.GA32878@kozik-lap/
and some other threads
Best regards,
Krzysztof
More information about the linux-riscv
mailing list