From: Bartosz Golaszewski Date: Wed, 13 Mar 2019 10:24:59 +0000 (+0100) Subject: gpio: mockup: drop unneeded dependencies from Kconfig X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6ada2f2269ce338d9ae1ae739ec58377dccfc2a3;p=openwrt%2Fstaging%2Fblogic.git 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 --- 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