Re: [PATCH v1 3/4] ARM: mvebu_v7_defconfig: rebuild default configuration

From: Andrew Lunn
Date: Tue Oct 05 2021 - 08:56:34 EST


On Tue, Oct 05, 2021 at 08:03:33AM +0200, Marcel Ziswiler wrote:
> Run "make mvebu_v7_defconfig; make savedefconfig" to rebuild
> mvebu_v7_defconfig
>
> This re-ordered the following configuration options:
>
> CONFIG_MODULES=y
> CONFIG_MODULE_UNLOAD=y
> CONFIG_PCI=y
> CONFIG_PCI_MVEBU=y
> CONFIG_CRYPTO_DEV_MARVELL_CESA=y
>
> And dropped the following nowadays obsolete configuration options:
>
> CONFIG_ZBOOT_ROM_TEXT=0x0 (default now anyway since commit 39c3e304567a
> ("ARM: 8984/1: Kconfig: set default ZBOOT_ROM_TEXT/BSS value to 0x0"))
> CONFIG_ZBOOT_ROM_BSS=0x0 (ditto)
> CONFIG_MTD_M25P80=y (got integrated into MTD_SPI_NOR)
>
> Signed-off-by: Marcel Ziswiler <marcel@xxxxxxxxxxxx>

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew