diff options
author | William Breathitt Gray <william.gray@linaro.org> | 2022-10-25 09:57:57 +0200 |
---|---|---|
committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2022-10-25 09:57:57 +0200 |
commit | c4ec384cf726379e600764c7f2f7ad487280890a (patch) | |
tree | 42bf6bc2eb9ed5403a5d9578698de270be3850c5 /drivers/gpio/Kconfig | |
parent | b9b1fc1ae1191243d3956888c65a280a9b2c847f (diff) | |
download | lwn-c4ec384cf726379e600764c7f2f7ad487280890a.tar.gz lwn-c4ec384cf726379e600764c7f2f7ad487280890a.zip |
gpio: 104-idio-16: Utilize the idio-16 GPIO library
The ACCES 104-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 3f8cf6e2165e..3b0a030ce79b 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -858,6 +858,7 @@ config GPIO_104_IDIO_16 depends on PC104 select ISA_BUS_API select GPIOLIB_IRQCHIP + select GPIO_IDIO_16 help Enables GPIO support for the ACCES 104-IDIO-16 family (104-IDIO-16, 104-IDIO-16E, 104-IDO-16, 104-IDIO-8, 104-IDIO-8E, 104-IDO-8). The |