aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2011-05-23 14:28:04 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-05-23 14:28:04 -0400
commit9a55d9752d8abfc62f1ab05ccc790d22a0c8e7c0 (patch)
tree894bb6a3fb409c6ac5f0374f5a1f656918bc35cd /arch/arm/Kconfig
parentec19628d72cff8f80220b7cedba089074ac6a599 (diff)
parentdc7ad3b3d5f1cd0a0d16c05dd3ad3898979d261e (diff)
Merge branch 'devel-stable' into for-linus
Conflicts: arch/arm/Kconfig arch/arm/mach-ns9xxx/include/mach/uncompress.h
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 43449305961e..7275009686e6 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -469,7 +469,7 @@ config ARCH_IXP4XX
469 469
470config ARCH_DOVE 470config ARCH_DOVE
471 bool "Marvell Dove" 471 bool "Marvell Dove"
472 select CPU_V6K 472 select CPU_V7
473 select PCI 473 select PCI
474 select ARCH_REQUIRE_GPIOLIB 474 select ARCH_REQUIRE_GPIOLIB
475 select GENERIC_CLOCKEVENTS 475 select GENERIC_CLOCKEVENTS
@@ -850,6 +850,7 @@ config ARCH_DAVINCI
850 select HAVE_IDE 850 select HAVE_IDE
851 select CLKDEV_LOOKUP 851 select CLKDEV_LOOKUP
852 select GENERIC_ALLOCATOR 852 select GENERIC_ALLOCATOR
853 select GENERIC_IRQ_CHIP
853 select ARCH_HAS_HOLES_MEMORYMODEL 854 select ARCH_HAS_HOLES_MEMORYMODEL
854 help 855 help
855 Support for TI's DaVinci platform. 856 Support for TI's DaVinci platform.
@@ -1027,6 +1028,7 @@ config PLAT_IOP
1027config PLAT_ORION 1028config PLAT_ORION
1028 bool 1029 bool
1029 select CLKSRC_MMIO 1030 select CLKSRC_MMIO
1031 select GENERIC_IRQ_CHIP
1030 select HAVE_SCHED_CLOCK 1032 select HAVE_SCHED_CLOCK
1031 1033
1032config PLAT_PXA 1034config PLAT_PXA