ARM_PATCH_PHYS_VIRT and AUTO_ZRELADDR is enabled by default for Exynos platforms.
Introduction of this config as default will enable phy-to-virt and virt-to-phy translation function at boot and module loading time and enforce dynamic reallocation of memory.
This config is mutually exclusive to XIP_KERNEL, which is used in systems with NOR flash devices
Requesting Exynos maintainers to evaluate the changes on the board and comment, as I dont have the board for testing I am seeking an ACK from Exynos maintainers.
Signed-off-by: panchaxari panchaxari.prasannamurthy@linaro.org Cc: Linus Walleij linus.walleij@linaro.org Cc: Kukjin Kim kgene.kim@samsung.com Cc: Russell King linux@arm.linux.org.uk Cc: linux-arm-kernel@lists.infradead.org Cc: linux-samsung-soc@vger.kernel.org --- arch/arm/Kconfig | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 214b698..28d84f3 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -807,6 +807,8 @@ config ARCH_EXYNOS select ARCH_REQUIRE_GPIOLIB select ARCH_SPARSEMEM_ENABLE select ARM_GIC + select ARM_PATCH_PHYS_VIRT + select AUTO_ZRELADDR select COMMON_CLK select CPU_V7 select GENERIC_CLOCKEVENTS