projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8512ee3
)
gpio: mockup: don't depend twice on GPIOLIB
author
Uwe Kleine-König
<uwe@kleine-koenig.org>
Thu, 25 Jul 2019 13:10:02 +0000
(15:10 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Tue, 20 Aug 2019 08:41:59 +0000
(10:41 +0200)
config GPIO_MOCKUP is defined in a big if GPIOLIB ... endif block so it
doesn't need to depend explicitly on GPIOLIB.
Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org>
Link:
https://lore.kernel.org/r/20190725131002.14597-1-uwe@kleine-koenig.org
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 3125aca2db9fd39dc6e358bc8fabe074f27d2a1e..8137f3e3a1080757c7101e4f8ecd6a47b1566c0d 100644
(file)
--- a/
drivers/gpio/Kconfig
+++ b/
drivers/gpio/Kconfig
@@
-1466,7
+1466,6
@@
endmenu
config GPIO_MOCKUP
tristate "GPIO Testing Driver"
- depends on GPIOLIB
select IRQ_SIM
help
This enables GPIO Testing driver, which provides a way to test GPIO