]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
Xilinx: ARM: BSP: Kconfig update for mach-xilinx
authorJohn Linn <john.linn@xilinx.com>
Tue, 27 Sep 2011 21:26:13 +0000 (15:26 -0600)
committerJohn Linn <john.linn@xilinx.com>
Tue, 27 Sep 2011 21:26:13 +0000 (15:26 -0600)
It seems that after moving to mach-zynq, you couldn't
configure the kernel with xilinx_defconfig, then go back
to mach-xilinx just by selecting the system type as it
would create a .config that caused compile errors.

This is a minor change that turns on V7 for the CPU for
ARCH_XILINX so you can go back as I don't want to break
all the old stuff just because we moved to the new.

arch/arm/Kconfig

index c7f6a5e5d17a0060e268c19097e7289ec22793f9..01369bc417dfec4eea5ee6034a156dea24a310b7 100644 (file)
@@ -860,6 +860,7 @@ config ARCH_OMAP
 
 config ARCH_XILINX
        bool "Xilinx ARM Cortex A9 based FPGA"
+       select CPU_V7
        select GENERIC_TIME
        select GENERIC_CLOCKEVENTS
        select CLKDEV_LOOKUP