]> Git Repo - linux.git/blobdiff - drivers/gpio/Kconfig
Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / drivers / gpio / Kconfig
index c85726a6831fb1df7cb9a905e92288e21af9576c..13be729710f28250fad8772c6a9b80a1be984a47 100644 (file)
@@ -752,7 +752,7 @@ config GPIO_XTENSA
 
 config GPIO_ZEVIO
        bool "LSI ZEVIO SoC memory mapped GPIOs"
-       depends on ARM && OF_GPIO
+       depends on ARM
        help
          Say yes here to support the GPIO controller in LSI ZEVIO SoCs.
 
@@ -821,6 +821,7 @@ menu "Port-mapped I/O GPIO drivers"
 
 config GPIO_I8255
        tristate
+       select GPIO_REGMAP
        help
          Enables support for the i8255 interface library functions. The i8255
          interface library provides functions to facilitate communication with
@@ -835,6 +836,8 @@ config GPIO_104_DIO_48E
        tristate "ACCES 104-DIO-48E GPIO support"
        depends on PC104
        select ISA_BUS_API
+       select REGMAP_MMIO
+       select REGMAP_IRQ
        select GPIOLIB_IRQCHIP
        select GPIO_I8255
        help
@@ -860,8 +863,10 @@ config GPIO_104_IDI_48
        tristate "ACCES 104-IDI-48 GPIO support"
        depends on PC104
        select ISA_BUS_API
+       select REGMAP_MMIO
+       select REGMAP_IRQ
        select GPIOLIB_IRQCHIP
-       select GPIO_I8255
+       select GPIO_REGMAP
        help
          Enables GPIO support for the ACCES 104-IDI-48 family (104-IDI-48A,
          104-IDI-48AC, 104-IDI-48B, 104-IDI-48BC). The base port addresses for
@@ -883,6 +888,7 @@ config GPIO_GPIO_MM
        tristate "Diamond Systems GPIO-MM GPIO support"
        depends on PC104
        select ISA_BUS_API
+       select REGMAP_MMIO
        select GPIO_I8255
        help
          Enables GPIO support for the Diamond Systems GPIO-MM and GPIO-MM-12.
This page took 0.027409 seconds and 4 git commands to generate.