diff options
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 26ee00f6bd58..d011cb89d25e 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -284,7 +284,7 @@ config GPIO_MM_LANTIQ | |||
284 | 284 | ||
285 | config GPIO_MOCKUP | 285 | config GPIO_MOCKUP |
286 | tristate "GPIO Testing Driver" | 286 | tristate "GPIO Testing Driver" |
287 | depends on GPIOLIB | 287 | depends on GPIOLIB && SYSFS |
288 | select GPIO_SYSFS | 288 | select GPIO_SYSFS |
289 | help | 289 | help |
290 | This enables GPIO Testing driver, which provides a way to test GPIO | 290 | This enables GPIO Testing driver, which provides a way to test GPIO |