diff options
author | Russell King <rmk+kernel@armlinux.org.uk> | 2020-12-21 12:19:26 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2020-12-21 12:19:26 +0100 |
commit | ecbbb88727aee7880527d4b320b4d06dde75d46d (patch) | |
tree | 67216fc12f1b8220039eed892403bfbde884a1a7 /arch/arm/Kconfig | |
parent | Merge branches 'fixes' and 'misc' into for-next (diff) | |
parent | Merge tag 'arm-adrl-replacement-for-v5.11' of git://git.kernel.org/pub/scm/li... (diff) | |
download | linux-ecbbb88727aee7880527d4b320b4d06dde75d46d.tar.xz linux-ecbbb88727aee7880527d4b320b4d06dde75d46d.zip |
Merge branch 'devel-stable' into for-next
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 2c5eb5c2b310..b2bf019dcefa 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -244,7 +244,7 @@ config ARM_PATCH_PHYS_VIRT kernel in system memory. This can only be used with non-XIP MMU kernels where the base - of physical memory is at a 16MB boundary. + of physical memory is at a 2 MiB boundary. Only disable this option if you know that you do not require this feature (eg, building a kernel for a single machine) and |