diff options
author | William Breathitt Gray <william.gray@linaro.org> | 2022-09-18 18:50:45 +0200 |
---|---|---|
committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2022-10-25 09:58:27 +0200 |
commit | e7f758fa9b7fda8b91f2e429b2be93ae0b88ac33 (patch) | |
tree | 7805ba2c585b89e042ba27bc17e8a3307269d9a6 /drivers/gpio/Kconfig | |
parent | gpio: 104-idio-16: Utilize the idio-16 GPIO library (diff) | |
download | linux-e7f758fa9b7fda8b91f2e429b2be93ae0b88ac33.tar.xz linux-e7f758fa9b7fda8b91f2e429b2be93ae0b88ac33.zip |
gpio: pci-idio-16: Utilize the idio-16 GPIO library
The ACCES PCI-IDIO-16 device is part of the ACCES IDIO-16 family, so the
idio-16 GPIO library module is selected and utilized to consolidate
code.
Signed-off-by: William Breathitt Gray <william.gray@linaro.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 3b0a030ce79b..5a04990f03cc 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -1563,6 +1563,7 @@ config GPIO_PCH config GPIO_PCI_IDIO_16 tristate "ACCES PCI-IDIO-16 GPIO support" select GPIOLIB_IRQCHIP + select GPIO_IDIO_16 help Enables GPIO support for the ACCES PCI-IDIO-16. An interrupt is generated when any of the inputs change state (low to high or high to |