92c85a700fa42a421c6e2bb94393b2adb73e2ec0
[openwrt/openwrt.git] / target / linux / mcs814x / patches-3.18 / 008-mcs814x_gpio.patch
1 --- a/drivers/gpio/Kconfig
2 +++ b/drivers/gpio/Kconfig
3 @@ -819,6 +819,12 @@ config GPIO_MC33880
4 SPI driver for Freescale MC33880 high-side/low-side switch.
5 This provides GPIO interface supporting inputs and outputs.
6
7 +config GPIO_MCS814X
8 + tristate "Moschip MCS814x GPIO support"
9 + depends on ARCH_MCS814X
10 + help
11 + GPIO driver for Moschip MCS814x SoC gpio controllers.
12 +
13 config GPIO_74X164
14 tristate "74x164 serial-in/parallel-out 8-bits shift register"
15 depends on SPI_MASTER && OF
16 --- a/drivers/gpio/Makefile
17 +++ b/drivers/gpio/Makefile
18 @@ -49,6 +49,7 @@ obj-$(CONFIG_GPIO_MAX732X) += gpio-max73
19 obj-$(CONFIG_GPIO_MC33880) += gpio-mc33880.o
20 obj-$(CONFIG_GPIO_MC9S08DZ60) += gpio-mc9s08dz60.o
21 obj-$(CONFIG_GPIO_MCP23S08) += gpio-mcp23s08.o
22 +obj-$(CONFIG_GPIO_MCS814X) += gpio-mcs814x.o
23 obj-$(CONFIG_GPIO_ML_IOH) += gpio-ml-ioh.o
24 obj-$(CONFIG_GPIO_MM_LANTIQ) += gpio-mm-lantiq.o
25 obj-$(CONFIG_GPIO_MOXART) += gpio-moxart.o