[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAMpxmJUr8_S16fPH5CWVzi+MRwpJFE2_T5BwdJaoute5n8g3Sg@mail.gmail.com>
Date: Wed, 24 Jun 2020 12:20:11 +0200
From: Bartosz Golaszewski <bgolaszewski@...libre.com>
To: Geert Uytterhoeven <geert+renesas@...der.be>
Cc: Linus Walleij <linus.walleij@...aro.org>,
linux-gpio <linux-gpio@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] gpio: Drop superfluous dependencies on GPIOLIB
wt., 23 cze 2020 o 16:40 Geert Uytterhoeven <geert+renesas@...der.be>
napisaĆ(a):
>
> All config options for GPIO drivers are inside a big "if GPIOLIB ...
> endif" block, so there is no reason for individual config options to
> have expicit dependencies on GPIOLIB. Hence remove them.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@...der.be>
> ---
> drivers/gpio/Kconfig | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
> index f875ec95ba8c3a7a..291bffb5c7e58d7f 100644
> --- a/drivers/gpio/Kconfig
> +++ b/drivers/gpio/Kconfig
> @@ -411,7 +411,7 @@ config GPIO_MXS
>
> config GPIO_OCTEON
> tristate "Cavium OCTEON GPIO"
> - depends on GPIOLIB && CAVIUM_OCTEON_SOC
> + depends on CAVIUM_OCTEON_SOC
> default y
> help
> Say yes here to support the on-chip GPIO lines on the OCTEON
> @@ -1118,7 +1118,7 @@ config GPIO_DLN2
>
> config HTC_EGPIO
> bool "HTC EGPIO support"
> - depends on GPIOLIB && ARM
> + depends on ARM
> help
> This driver supports the CPLD egpio chip present on
> several HTC phones. It provides basic support for input
> --
> 2.17.1
>
Applied, thanks!
Bartosz
Powered by blists - more mailing lists