aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 44c16f061734..9b63baba4296 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -854,6 +854,7 @@ config ARCH_DAVINCI
854 select HAVE_IDE 854 select HAVE_IDE
855 select CLKDEV_LOOKUP 855 select CLKDEV_LOOKUP
856 select GENERIC_ALLOCATOR 856 select GENERIC_ALLOCATOR
857 select GENERIC_IRQ_CHIP
857 select ARCH_HAS_HOLES_MEMORYMODEL 858 select ARCH_HAS_HOLES_MEMORYMODEL
858 help 859 help
859 Support for TI's DaVinci platform. 860 Support for TI's DaVinci platform.
@@ -1033,6 +1034,7 @@ config PLAT_IOP
1033 1034
1034config PLAT_ORION 1035config PLAT_ORION
1035 bool 1036 bool
1037 select GENERIC_IRQ_CHIP
1036 select HAVE_SCHED_CLOCK 1038 select HAVE_SCHED_CLOCK
1037 1039
1038config PLAT_PXA 1040config PLAT_PXA