gpio: tb10x: GPIO_TB10X needs to select GENERIC_IRQ_CHIP
authorAxel Lin <axel.lin@ingics.com>
Tue, 4 Feb 2014 10:59:41 +0000 (18:59 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 5 Feb 2014 10:13:59 +0000 (11:13 +0100)
gpio-tb10x driver uses generic irq chip APIs (irq_alloc_domain_generic_chips,
irq_remove_generic_chip), so it needs to select GENERIC_IRQ_CHIP to avoid build
error.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Kconfig

index 697338772b64802fae727a8b6788756e28d15939..903f24d28ba065f5fdaceff34cbf55cf287c26f0 100644 (file)
@@ -403,6 +403,7 @@ config GPIO_GRGPIO
 
 config GPIO_TB10X
        bool
+       select GENERIC_IRQ_CHIP
        select OF_GPIO
 
 comment "I2C GPIO expanders:"
This page took 0.024989 seconds and 5 git commands to generate.