Commit f3260e3e authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Linus Walleij

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: default avatarUwe Kleine-König <uwe@kleine-koenig.org>
Link: https://lore.kernel.org/r/20190725131002.14597-1-uwe@kleine-koenig.orgSigned-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 8512ee31
...@@ -1466,7 +1466,6 @@ endmenu ...@@ -1466,7 +1466,6 @@ endmenu
config GPIO_MOCKUP config GPIO_MOCKUP
tristate "GPIO Testing Driver" tristate "GPIO Testing Driver"
depends on GPIOLIB
select IRQ_SIM select IRQ_SIM
help help
This enables GPIO Testing driver, which provides a way to test GPIO This enables GPIO Testing driver, which provides a way to test GPIO
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment