projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bcbce5
)
gpio: select IRQ_DOMAIN for gpiolib irqchip helpers
author
Linus Walleij
<linus.walleij@linaro.org>
Thu, 29 May 2014 14:52:46 +0000
(16:52 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Thu, 29 May 2014 14:52:46 +0000
(16:52 +0200)
These helpers depend on the IRQ_DOMAIN so select it explicitly,
as it will not be present on all platforms such as Intel
desktops and laptops using Intel-MID.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpio/Kconfig
b/drivers/gpio/Kconfig
index fa3cb189f972def80e25737c5a2ac92b7eb00990..4a1b5113e52778f895e2c31130b838da55fb7beb 100644
(file)
--- a/
drivers/gpio/Kconfig
+++ b/
drivers/gpio/Kconfig
@@
-56,6
+56,7
@@
config GPIO_ACPI
depends on ACPI
config GPIOLIB_IRQCHIP
+ select IRQ_DOMAIN
bool
config DEBUG_GPIO
@@
-710,7
+711,7
@@
config GPIO_AMD8111
config GPIO_INTEL_MID
bool "Intel Mid GPIO support"
depends on PCI && X86
- select
IRQ_DOMAIN
+ select
GPIOLIB_IRQCHIP
help
Say Y here to support Intel Mid GPIO.