diff options
author | Feng Kan <fkan@apm.com> | 2014-07-31 12:03:25 -0700 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-08-28 14:19:47 +0200 |
commit | 29cbf4589fc0dabef4dfc95dd9589c366ad2ec46 (patch) | |
tree | 76924b1c55f8ebaee291c4a302f89b192f1709ba /drivers/gpio/Makefile | |
parent | e8126753a9a5896ed50c9d9bf66fa46f0f1982a6 (diff) | |
download | linux-stable-29cbf4589fc0dabef4dfc95dd9589c366ad2ec46.tar.gz linux-stable-29cbf4589fc0dabef4dfc95dd9589c366ad2ec46.tar.bz2 linux-stable-29cbf4589fc0dabef4dfc95dd9589c366ad2ec46.zip |
gpio: Add APM X-Gene SoC GPIO controller support
Add APM X-Gene SoC gpio controller driver.
Signed-off-by: Feng Kan <fkan@apm.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Makefile')
-rw-r--r-- | drivers/gpio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index 5d024e396622..e5d346cf3b6e 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@ -101,6 +101,7 @@ obj-$(CONFIG_GPIO_VX855) += gpio-vx855.o obj-$(CONFIG_GPIO_WM831X) += gpio-wm831x.o obj-$(CONFIG_GPIO_WM8350) += gpio-wm8350.o obj-$(CONFIG_GPIO_WM8994) += gpio-wm8994.o +obj-$(CONFIG_GPIO_XGENE) += gpio-xgene.o obj-$(CONFIG_GPIO_XILINX) += gpio-xilinx.o obj-$(CONFIG_GPIO_XTENSA) += gpio-xtensa.o obj-$(CONFIG_GPIO_ZEVIO) += gpio-zevio.o |