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

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
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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