summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann2016-02-01 21:35:57 +0100
committerSekhar Nori2016-02-17 14:43:24 +0100
commitce32c5c5a346a09ed938cdf01a000c885d699b27 (patch)
treebcc633f8b155c5e92e54601fbb41c99f5f5c01c7 /arch/arm/Kconfig
parentARM: davinci: avoid unused mityomapl138_pn_info variable (diff)
downloadkernel-qcow2-linux-ce32c5c5a346a09ed938cdf01a000c885d699b27.tar.gz
kernel-qcow2-linux-ce32c5c5a346a09ed938cdf01a000c885d699b27.tar.xz
kernel-qcow2-linux-ce32c5c5a346a09ed938cdf01a000c885d699b27.zip
ARM: davinci: DA8xx+DMx combined kernels need PATCH_PHYS_VIRT
We already forbid that combination when AUTO_ZRELADDR is disabled, for the same reason that the two have their RAM at different physical addresses as seen from the CPU. This does the same change for PATCH_PHYS_VIRT: if you disable either of the options, Kconfig now enforces that you have to pick one or the other SoC family. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 4f799e567fc8..498dc4cf347c 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -623,6 +623,7 @@ config ARCH_DAVINCI
select ARCH_HAS_HOLES_MEMORYMODEL
select ARCH_REQUIRE_GPIOLIB
select CLKDEV_LOOKUP
+ select CPU_ARM926T
select GENERIC_ALLOCATOR
select GENERIC_CLOCKEVENTS
select GENERIC_IRQ_CHIP