From: Axel Lin Date: Tue, 4 Feb 2014 10:59:41 +0000 (+0800) Subject: gpio: tb10x: GPIO_TB10X needs to select GENERIC_IRQ_CHIP X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=90d16a43d50c6557ea8d6b7d3b597025c932ad92;p=deliverable%2Flinux.git gpio: tb10x: GPIO_TB10X needs to select GENERIC_IRQ_CHIP 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 Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 697338772b64..903f24d28ba0 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -403,6 +403,7 @@ config GPIO_GRGPIO config GPIO_TB10X bool + select GENERIC_IRQ_CHIP select OF_GPIO comment "I2C GPIO expanders:"