ARM: add multi_v7_lpae_defconfig
authorNicolas Saenz Julienne <nsaenzjulienne@suse.de>
Tue, 24 Jan 2023 11:02:13 +0000 (12:02 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 24 Jan 2023 21:11:41 +0000 (22:11 +0100)
commite9faf9b0b07a317f6ac40ab67e5490a1c4df5fc6
tree97f04171662d734c7efff414248ce64737083f0c
parenta400c287ce985992c78941a130869cb5b68e2c2f
ARM: add multi_v7_lpae_defconfig

The only missing configuration option preventing us from using
multi_v7_defconfig with the Raspberry Pi 4 is ARM_LPAE. It's needed as
the PCIe controller found on the SoC depends on 64bit addressing, yet
can't be included as not all v7 boards support LPAE.

Introduce multi_v7_lpae_defconfig, built off multi_v7_defconfig, which will
avoid us having to duplicate and maintain multiple similar configurations.

Needless to say the Raspberry Pi 4 is not the only platform that can
benefit from this new configuration.

Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Link: https://lore.kernel.org/r/20230124110213.3221264-11-alexander.stein@ew.tq-group.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/Makefile
arch/arm/configs/lpae.config [new file with mode: 0644]