From: Peng Fan Date: Mon, 25 Apr 2022 11:11:35 +0000 (+0800) Subject: gpio: vf610: drop the SOC_VF610 dependency for GPIO_VF610 X-Git-Tag: howlett/maple/20220722_2~441^2~19 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=30a35c07d9e9affaebd557c454df98e5ba269776;p=users%2Fjedix%2Flinux-maple.git gpio: vf610: drop the SOC_VF610 dependency for GPIO_VF610 i.MX7ULP, i.MX8 and i.MX9 use this driver, so drop the SOC_VF610 dependcy to make the driver could be built for i.MX platform. Signed-off-by: Peng Fan Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 57426fdba1b65..b01961999ced0 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -675,10 +675,10 @@ config GPIO_UNIPHIER config GPIO_VF610 def_bool y - depends on ARCH_MXC && SOC_VF610 + depends on ARCH_MXC select GPIOLIB_IRQCHIP help - Say yes here to support Vybrid vf610 GPIOs. + Say yes here to support i.MX or Vybrid vf610 GPIOs. config GPIO_VISCONTI tristate "Toshiba Visconti GPIO support"