Commit 6ada2f22 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski

gpio: mockup: drop unneeded dependencies from Kconfig

The testing module doesn't need GPIO irqchip nor does it depend on
sysfs. Remove unnecessary dependencies from Kconfig.
Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
parent 932002f0
...@@ -332,9 +332,7 @@ config GPIO_MM_LANTIQ ...@@ -332,9 +332,7 @@ config GPIO_MM_LANTIQ
config GPIO_MOCKUP config GPIO_MOCKUP
tristate "GPIO Testing Driver" tristate "GPIO Testing Driver"
depends on GPIOLIB && SYSFS depends on GPIOLIB
select GPIO_SYSFS
select GPIOLIB_IRQCHIP
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