diff options
author | Nicolas Saenz Julienne <nsaenzjulienne@suse.de> | 2023-01-24 12:02:13 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-01-24 22:11:41 +0100 |
commit | e9faf9b0b07a317f6ac40ab67e5490a1c4df5fc6 (patch) | |
tree | 97f04171662d734c7efff414248ce64737083f0c /arch/arm/configs | |
parent | kbuild: Add config fragment merge functionality (diff) | |
download | linux-e9faf9b0b07a317f6ac40ab67e5490a1c4df5fc6.tar.xz linux-e9faf9b0b07a317f6ac40ab67e5490a1c4df5fc6.zip |
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>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/lpae.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/lpae.config b/arch/arm/configs/lpae.config new file mode 100644 index 000000000000..a6d6f7ab3c01 --- /dev/null +++ b/arch/arm/configs/lpae.config @@ -0,0 +1,2 @@ +CONFIG_ARM_LPAE=y +CONFIG_VMSPLIT_2G=y |