diff mbox series

[1/2] gpio: mockup: drop unneeded dependencies from Kconfig

Message ID 20190314150750.9371-1-brgl@bgdev.pl
State New
Headers show
Series [1/2] gpio: mockup: drop unneeded dependencies from Kconfig | expand

Commit Message

Bartosz Golaszewski March 14, 2019, 3:07 p.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

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>
---
 drivers/gpio/Kconfig | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Comments

Bartosz Golaszewski March 22, 2019, 3:55 p.m. UTC | #1
czw., 14 mar 2019 o 16:08 Bartosz Golaszewski <brgl@bgdev.pl> napisaƂ(a):
>
> From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
>
> 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>
> ---
>  drivers/gpio/Kconfig | 4 +---
>  1 file changed, 1 insertion(+), 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
> --
> 2.20.1
>

Both applied to for-next.

Bart
diff mbox series

Patch

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