]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
OMAP1: enable GENERIC_IRQ_CHIP
authorKevin Hilman <khilman@ti.com>
Wed, 8 Jun 2011 00:02:46 +0000 (17:02 -0700)
committerKevin Hilman <khilman@ti.com>
Fri, 5 Aug 2011 18:54:56 +0000 (11:54 -0700)
OMAP1 needs this also since GPIO driver (common for all OMAPs) is
being converted to use generic IRQ chip.

Signed-off-by: Kevin Hilman <khilman@ti.com>
arch/arm/plat-omap/Kconfig

index 6e6735f04ee3f66e90fa25c81a77351b9cbe42bd..bb8f4a6b3e37d4ebb00e5f1fc9be31f2bd963926 100644 (file)
@@ -13,6 +13,7 @@ config ARCH_OMAP1
        bool "TI OMAP1"
        select CLKDEV_LOOKUP
        select CLKSRC_MMIO
+       select GENERIC_IRQ_CHIP
        help
          "Systems based on omap7xx, omap15xx or omap16xx"