Browse Source

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>
Axel Lin 11 years ago
parent
commit
90d16a43d5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/gpio/Kconfig

+ 1 - 0
drivers/gpio/Kconfig

@@ -403,6 +403,7 @@ config GPIO_GRGPIO
 
 
 config GPIO_TB10X
 config GPIO_TB10X
 	bool
 	bool
+	select GENERIC_IRQ_CHIP
 	select OF_GPIO
 	select OF_GPIO
 
 
 comment "I2C GPIO expanders:"
 comment "I2C GPIO expanders:"