summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorViktar Palstsiuk <viktar.palstsiuk@promwad.com>2013-10-31 11:16:59 +0300
committerTom Rini <trini@ti.com>2013-11-08 09:39:13 -0500
commit7d9ec6a0aff88b6d7d3b36c04ff1ae490324ebf1 (patch)
treed679e1e4414795d8a81788a3bd5f248b10f24ebd /drivers/gpio/Makefile
parent3314204b665e42aac360a0f709561d2686ea2862 (diff)
downloadtalos-obmc-uboot-7d9ec6a0aff88b6d7d3b36c04ff1ae490324ebf1.tar.gz
talos-obmc-uboot-7d9ec6a0aff88b6d7d3b36c04ff1ae490324ebf1.zip
Add support for SX151x SPI GPIO Expanders
Signed-off-by: Viktar Palstsiuk <viktar.palstsiuk@promwad.com>
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 1165793b5e..b903c45c52 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -30,3 +30,4 @@ obj-$(CONFIG_S3C2440_GPIO) += s3c2440_gpio.o
obj-$(CONFIG_XILINX_GPIO) += xilinx_gpio.o
obj-$(CONFIG_ADI_GPIO2) += adi_gpio2.o
obj-$(CONFIG_TCA642X) += tca642x.o
+oby-$(CONFIG_SX151X) += sx151x.o
OpenPOWER on IntegriCloud