diff options
author | Roman Yeryomin <roman@advem.lv> | 2013-05-18 18:49:56 +0300 |
---|---|---|
committer | Roman Yeryomin <roman@advem.lv> | 2013-05-26 00:48:35 +0300 |
commit | b76b776b40c7238693dd6107ab6dcb0d2560a212 (patch) | |
tree | e73feddfc0846c405712edb6c972bfdcabd70979 /target/linux/realtek/patches-2.6.30/304-add-rtlgpio.patch | |
parent | 42c78b9ac70f512e4f5553fabe1383e23e52c26b (diff) |
Remove Andrew's GPIO patches
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Diffstat (limited to 'target/linux/realtek/patches-2.6.30/304-add-rtlgpio.patch')
-rw-r--r-- | target/linux/realtek/patches-2.6.30/304-add-rtlgpio.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/target/linux/realtek/patches-2.6.30/304-add-rtlgpio.patch b/target/linux/realtek/patches-2.6.30/304-add-rtlgpio.patch deleted file mode 100644 index 45b62390b..000000000 --- a/target/linux/realtek/patches-2.6.30/304-add-rtlgpio.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- a/drivers/gpio/Makefile 2012-11-05 14:07:42.074262520 +0400 -+++ b/drivers/gpio/Makefile 2012-11-05 14:08:18.327603410 +0400 -@@ -10,5 +10,6 @@ - obj-$(CONFIG_GPIO_PCA953X) += pca953x.o - obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o - obj-$(CONFIG_GPIO_TWL4030) += twl4030-gpio.o --obj-$(CONFIG_GPIO_XILINX) += xilinx_gpio.o -+obj-$(CONFIG_GPIO_RTL) += rtl_gpio.o - obj-$(CONFIG_GPIO_BT8XX) += bt8xxgpio.o -+ ---- a/drivers/gpio/Kconfig 2012-11-05 14:07:47.534263615 +0400 -+++ b/drivers/gpio/Kconfig 2012-11-05 14:07:58.770932541 +0400 -@@ -73,6 +73,15 @@ - help - Say yes here to support the Xilinx FPGA GPIO device - -+config GPIO_RTL -+ bool "Realtek RTL819x GPIO support" -+ help -+ Say yes here to support the Realtek GPIO found in -+ RTL819x boards. Please note, that this is a hacky -+ backport -+ -+ -+ - comment "I2C GPIO expanders:" - - config GPIO_MAX732X |