diff options
author | John Linn <john.linn@xilinx.com> | 2011-06-20 13:47:27 -0400 |
---|---|---|
committer | John Linn <john.linn@xilinx.com> | 2011-06-20 13:52:30 -0400 |
commit | b85a3ef4ac65169b65fd2fe9bec7912bbf475ba4 (patch) | |
tree | 4a629040873bf9f0c34c8e7c970617dcce9b30e9 /arch/arm/Kconfig | |
parent | 2c53b436a30867eb6b47dd7bab23ba638d1fb0d2 (diff) |
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/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9adc278a22ab..9e76a75a490b 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -879,6 +879,20 @@ config ARCH_VT8500 | |||
879 | select HAVE_PWM | 879 | select HAVE_PWM |
880 | help | 880 | help |
881 | Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip. | 881 | Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip. |
882 | |||
883 | config ARCH_ZYNQ | ||
884 | bool "Xilinx Zynq ARM Cortex A9 Platform" | ||
885 | select CPU_V7 | ||
886 | select GENERIC_TIME | ||
887 | select GENERIC_CLOCKEVENTS | ||
888 | select CLKDEV_LOOKUP | ||
889 | select ARM_GIC | ||
890 | select ARM_AMBA | ||
891 | select ICST | ||
892 | select USE_OF | ||
893 | help | ||
894 | Support for Xilinx Zynq ARM Cortex A9 Platform | ||
895 | |||
882 | endchoice | 896 | endchoice |
883 | 897 | ||
884 | # | 898 | # |