aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
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