summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorBartosz Golaszewski <bgolaszewski@baylibre.com>2019-03-13 11:24:59 +0100
committerBartosz Golaszewski <bgolaszewski@baylibre.com>2019-03-22 16:54:33 +0100
commit6ada2f2269ce338d9ae1ae739ec58377dccfc2a3 (patch)
treea4b25c6e717a0955ea2a03f7b0c10a9383c0d09a /drivers/gpio
parent932002f0028f1ada0f1948219f57b6cf7295ec24 (diff)
downloadlinux-6ada2f2269ce338d9ae1ae739ec58377dccfc2a3.tar.gz
linux-6ada2f2269ce338d9ae1ae739ec58377dccfc2a3.tar.bz2
linux-6ada2f2269ce338d9ae1ae739ec58377dccfc2a3.zip
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: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/Kconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 3f50526a771f..e9473e968d9a 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -332,9 +332,7 @@ config GPIO_MM_LANTIQ
config GPIO_MOCKUP
tristate "GPIO Testing Driver"
- depends on GPIOLIB && SYSFS
- select GPIO_SYSFS
- select GPIOLIB_IRQCHIP
+ depends on GPIOLIB
select IRQ_SIM
help
This enables GPIO Testing driver, which provides a way to test GPIO