Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13ee8955 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

ARM: keystone requires ARM_PATCH_PHYS_VIRT



The dynamic relocation that the keystone platform performs
only works if we can pick the phys offset at boot time. It's
possible that there is another solution for this, but this
is the easiest workaround. Kernels with ARM_PATCH_PHYS_VIRT
are not portable across platforms, and I see no reason why
anyone would run a kernel without ARM_PATCH_PHYS_VIRT on
keystone.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarSantosh Shilimkar <santosh.shilimkar@ti.com>
parent 2ad501cc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config ARCH_KEYSTONE
	bool "Texas Instruments Keystone Devices"
	depends on ARCH_MULTI_V7
	depends on ARM_PATCH_PHYS_VIRT
	select ARM_GIC
	select HAVE_ARM_ARCH_TIMER
	select CLKSRC_MMIO