summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorSebastian Reichel <sre@kernel.org>2017-02-28 08:34:03 +0100
committerSebastian Reichel <sre@kernel.org>2017-02-28 08:34:06 +0100
commitd0475a1c30ac1733ff09c5c1d044d93a0cf9800b (patch)
tree97055b573082d27092661a7a358eeebccdbfa1fc /drivers/gpio/Makefile
parentcea17575cf74671f09440e5e58f4da96a2952a14 (diff)
downloadlinux-d0475a1c30ac1733ff09c5c1d044d93a0cf9800b.tar.bz2
gpio: add sc18is600 driversc18is600
SC18IS600 and CP2120 are SPI -> I²C bus bridges, that also have 4/8 GPIO lines. This driver adds simple support for the (IRQ incapable) GPIO lines. Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'drivers/gpio/Makefile')
-rw-r--r--drivers/gpio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile
index a7676b82de6f..2ffd02c6a3bb 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -97,6 +97,7 @@ obj-$(CONFIG_GPIO_RC5T583) += gpio-rc5t583.o
obj-$(CONFIG_GPIO_RDC321X) += gpio-rdc321x.o
obj-$(CONFIG_GPIO_RCAR) += gpio-rcar.o
obj-$(CONFIG_ARCH_SA1100) += gpio-sa1100.o
+obj-$(CONFIG_GPIO_SC18IS600) += gpio-sc18is600.o
obj-$(CONFIG_GPIO_SCH) += gpio-sch.o
obj-$(CONFIG_GPIO_SCH311X) += gpio-sch311x.o
obj-$(CONFIG_GPIO_SODAVILLE) += gpio-sodaville.o