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)
commit90d16a43d50c6557ea8d6b7d3b597025c932ad92
tree6be5e142daafee3596b4815d8ee23b83b0340348
parent21708c991eaea76080a9700117181c0d467af9fc
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 <axel.lin@ingics.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Kconfig
This page took 0.024307 seconds and 5 git commands to generate.