From: Uwe Kleine-König Date: Thu, 25 Jul 2019 13:10:02 +0000 (+0200) Subject: gpio: mockup: don't depend twice on GPIOLIB X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f3260e3ea1f570cc3c13a65d3e46c86ca581266d;p=linux.git gpio: mockup: don't depend twice on GPIOLIB config GPIO_MOCKUP is defined in a big if GPIOLIB ... endif block so it doesn't need to depend explicitly on GPIOLIB. Signed-off-by: Uwe Kleine-König Link: https://lore.kernel.org/r/20190725131002.14597-1-uwe@kleine-koenig.org Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 3125aca2db9fd..8137f3e3a1080 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -1466,7 +1466,6 @@ endmenu config GPIO_MOCKUP tristate "GPIO Testing Driver" - depends on GPIOLIB select IRQ_SIM help This enables GPIO Testing driver, which provides a way to test GPIO