feeds.conf.default: fix copy&paste mistake (#15383)
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / patches-3.10 / 452-gpio-add-gpio-latch-driver.patch
1 --- a/drivers/gpio/Kconfig
2 +++ b/drivers/gpio/Kconfig
3 @@ -725,4 +725,9 @@ config GPIO_NXP_74HC153
4 Platform driver for NXP 74HC153 Dual 4-input Multiplexer. This
5 provides a GPIO interface supporting input mode only.
6
7 +config GPIO_LATCH
8 + tristate "GPIO latch driver"
9 + help
10 + Say yes here to enable a GPIO latch driver.
11 +
12 endif
13 --- a/drivers/gpio/Makefile
14 +++ b/drivers/gpio/Makefile
15 @@ -31,6 +31,7 @@ obj-$(CONFIG_GPIO_IT8761E) += gpio-it876
16 obj-$(CONFIG_GPIO_JANZ_TTL) += gpio-janz-ttl.o
17 obj-$(CONFIG_ARCH_KS8695) += gpio-ks8695.o
18 obj-$(CONFIG_GPIO_LANGWELL) += gpio-langwell.o
19 +obj-$(CONFIG_GPIO_LATCH) += gpio-latch.o
20 obj-$(CONFIG_ARCH_LPC32XX) += gpio-lpc32xx.o
21 obj-$(CONFIG_GPIO_LYNXPOINT) += gpio-lynxpoint.o
22 obj-$(CONFIG_GPIO_MAX730X) += gpio-max730x.o