summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorIan Campbell <ijc@hellion.org.uk>2014-06-05 19:00:15 +0100
committerIan Campbell <ijc@hellion.org.uk>2014-07-18 19:42:25 +0100
commitabce2c6220c1f8f4b66e464adc1074e04a8f19eb (patch)
treed48a9aa6537f70b5699d06f06d996678d4e4bbf5 /drivers/gpio/Makefile
parent5c58f8b685fbb201fd93af2a010eecd26c78bb4e (diff)
downloadtalos-obmc-uboot-abce2c6220c1f8f4b66e464adc1074e04a8f19eb.tar.gz
talos-obmc-uboot-abce2c6220c1f8f4b66e464adc1074e04a8f19eb.zip
sunxi: add gpio driver
This patch enables CONFIG_CMD_GPIO for the Allwinner (sunxi) platform as well as providing the common gpio API (gpio_request/free, direction in/out, get/set etc). Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Ma Haijun <mahaijuns@gmail.com> Signed-off-by: Oliver Schinagl <oliver@schinagl.nl> Signed-off-by: Ian Campbell <ijc@hellion.org.uk> Cc: Henrik Nordström <henrik@henriknordstrom.net> Cc: Tom Cubie <Mr.hipboi@gmail.com> Acked-by: Hans de Goede <hdegoede@redhat.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 4e001e12bd..86813b9326 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -34,3 +34,4 @@ obj-$(CONFIG_XILINX_GPIO) += xilinx_gpio.o
obj-$(CONFIG_ADI_GPIO2) += adi_gpio2.o
obj-$(CONFIG_TCA642X) += tca642x.o
oby-$(CONFIG_SX151X) += sx151x.o
+obj-$(CONFIG_SUNXI_GPIO) += sunxi_gpio.o
OpenPOWER on IntegriCloud