diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2015-09-21 19:24:24 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-10-02 14:19:35 +0300 |
commit | b8664924e8071b67b99f05b13e669e20104d7709 (patch) | |
tree | acbe80f4ddc945102dadd077ef4db00f6f3925bb /drivers/gpio/Kconfig | |
parent | 48b5953ed826224a1332f2fd784d37d5f084ca9c (diff) | |
download | linux-b8664924e8071b67b99f05b13e669e20104d7709.tar.xz |
gpio: add GPIO support for IT87xx, replacing gpio-it8761e
This patch adds support for the GPIOs found on the ITE super-I/O chips
IT87xx.
Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 2026034879cb..63000b1f9da8 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -235,11 +235,17 @@ config GPIO_IOP If unsure, say N. -config GPIO_IT8761E - tristate "IT8761E GPIO support" - depends on X86 # unconditional access to IO space. +config GPIO_IT87 + tristate "IT87xx GPIO support" + depends on X86 # unconditional access to IO space. help - Say yes here to support GPIO functionality of IT8761E super I/O chip. + Say yes here to support GPIO functionality of IT87xx Super I/O chips. + + This driver is tested with ITE IT8728 and IT8732 Super I/O chips, and + supports the IT8761E Super I/O chip as well. + + To compile this driver as a module, choose M here: the module will + be called gpio_it87 config GPIO_LOONGSON bool "Loongson-2/3 GPIO support" |