diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2013-12-10 02:43:16 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-10 02:57:40 -0500 |
commit | 42a1ba525dd74552f68f3aee0756d16987ad719e (patch) | |
tree | aee0e89edbf03ee1c14482aab31d7b1a27df11bc /arch/arm | |
parent | eb7a91749fc1c4fa4f011dad40e3faf4c0ca27b0 (diff) |
ARM: shmobile: Select AUTO_ZRELADDR for EMEV2
Since ("ARM: shmobile: Remove legacy KZM9D board code")
It is now necessary for AUTO_ZRELADDR to be selected
in order for the kernel to build with kzm9d_defconfig.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 1b7df173db0e..aa9017bb750c 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
@@ -113,6 +113,7 @@ config ARCH_EMEV2 | |||
113 | select ARM_GIC | 113 | select ARM_GIC |
114 | select CPU_V7 | 114 | select CPU_V7 |
115 | select USE_OF | 115 | select USE_OF |
116 | select AUTO_ZRELADDR | ||
116 | 117 | ||
117 | config ARCH_R7S72100 | 118 | config ARCH_R7S72100 |
118 | bool "RZ/A1H (R7S72100)" | 119 | bool "RZ/A1H (R7S72100)" |