summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/Kconfig
diff options
context:
space:
mode:
authorJohn Linn2011-06-20 19:47:27 +0200
committerJohn Linn2011-06-20 19:52:30 +0200
commitb85a3ef4ac65169b65fd2fe9bec7912bbf475ba4 (patch)
tree4a629040873bf9f0c34c8e7c970617dcce9b30e9 /arch/arm/mm/Kconfig
parentLinux 3.0-rc3 (diff)
downloadkernel-qcow2-linux-b85a3ef4ac65169b65fd2fe9bec7912bbf475ba4.tar.gz
kernel-qcow2-linux-b85a3ef4ac65169b65fd2fe9bec7912bbf475ba4.tar.xz
kernel-qcow2-linux-b85a3ef4ac65169b65fd2fe9bec7912bbf475ba4.zip
ARM: Xilinx: Adding Xilinx board support
The 1st board support is minimal to get a system up and running on the Xilinx platform. This platform reuses the clock implementation from plat-versatile, and it depends entirely on CONFIG_OF support. There is only one board support file which obtains all device information from a device tree dtb file which is passed to the kernel at boot time. Signed-off-by: John Linn <john.linn@xilinx.com>
Diffstat (limited to 'arch/arm/mm/Kconfig')
-rw-r--r--arch/arm/mm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig
index 0074b8dba793..f0469823faaa 100644
--- a/arch/arm/mm/Kconfig
+++ b/arch/arm/mm/Kconfig
@@ -821,7 +821,7 @@ config CACHE_L2X0
depends on REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || MACH_REALVIEW_PB1176 || \
REALVIEW_EB_A9MP || SOC_IMX35 || SOC_IMX31 || MACH_REALVIEW_PBX || \
ARCH_NOMADIK || ARCH_OMAP4 || ARCH_EXYNOS4 || ARCH_TEGRA || \
- ARCH_U8500 || ARCH_VEXPRESS_CA9X4 || ARCH_SHMOBILE
+ ARCH_U8500 || ARCH_VEXPRESS_CA9X4 || ARCH_SHMOBILE || ARCH_ZYNQ
default y
select OUTER_CACHE
select OUTER_CACHE_SYNC