summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Kleine-König <uwe@kleine-koenig.org>2019-07-25 09:10:02 -0400
committerLinus Walleij <linus.walleij@linaro.org>2019-08-20 04:41:59 -0400
commitf3260e3ea1f570cc3c13a65d3e46c86ca581266d (patch)
tree2959390cb27dd9959b05ae51f2b841a618b58854
parent8512ee31926296fd7d65c1b3c97bb20d67e7eb2a (diff)
gpio: mockup: don't depend twice on GPIOLIB
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>
-rw-r--r--drivers/gpio/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 3125aca2db9f..8137f3e3a108 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -1466,7 +1466,6 @@ endmenu
1466 1466
1467config GPIO_MOCKUP 1467config GPIO_MOCKUP
1468 tristate "GPIO Testing Driver" 1468 tristate "GPIO Testing Driver"
1469 depends on GPIOLIB
1470 select IRQ_SIM 1469 select IRQ_SIM
1471 help 1470 help
1472 This enables GPIO Testing driver, which provides a way to test GPIO 1471 This enables GPIO Testing driver, which provides a way to test GPIO