Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <peng.fan@nxp.com>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>

authored by

Peng Fan and committed by
Bartosz Golaszewski
30a35c07 c85b2f15

+2 -2
+2 -2
drivers/gpio/Kconfig
··· 675 675 676 676 config GPIO_VF610 677 677 def_bool y 678 - depends on ARCH_MXC && SOC_VF610 678 + depends on ARCH_MXC 679 679 select GPIOLIB_IRQCHIP 680 680 help 681 - Say yes here to support Vybrid vf610 GPIOs. 681 + Say yes here to support i.MX or Vybrid vf610 GPIOs. 682 682 683 683 config GPIO_VISCONTI 684 684 tristate "Toshiba Visconti GPIO support"