diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 2 | ||||
-rw-r--r-- | arch/arm/plat-omap/Kconfig | 1 |
2 files changed, 3 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 | ||
1034 | config PLAT_ORION | 1035 | config PLAT_ORION |
1035 | bool | 1036 | bool |
1037 | select GENERIC_IRQ_CHIP | ||
1036 | select HAVE_SCHED_CLOCK | 1038 | select HAVE_SCHED_CLOCK |
1037 | 1039 | ||
1038 | config PLAT_PXA | 1040 | config PLAT_PXA |
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index cd5f993612fd..29b4c35adb0f 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig | |||
@@ -18,6 +18,7 @@ config ARCH_OMAP1 | |||
18 | config ARCH_OMAP2PLUS | 18 | config ARCH_OMAP2PLUS |
19 | bool "TI OMAP2/3/4" | 19 | bool "TI OMAP2/3/4" |
20 | select CLKDEV_LOOKUP | 20 | select CLKDEV_LOOKUP |
21 | select GENERIC_IRQ_CHIP | ||
21 | select OMAP_DM_TIMER | 22 | select OMAP_DM_TIMER |
22 | help | 23 | help |
23 | "Systems based on OMAP2, OMAP3 or OMAP4" | 24 | "Systems based on OMAP2, OMAP3 or OMAP4" |