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/305-add-gpio-driver-switching.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/305-add-gpio-driver-switching.patch')
-rw-r--r-- | target/linux/realtek/patches-2.6.30/305-add-gpio-driver-switching.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/target/linux/realtek/patches-2.6.30/305-add-gpio-driver-switching.patch b/target/linux/realtek/patches-2.6.30/305-add-gpio-driver-switching.patch deleted file mode 100644 index 079c9ae94..000000000 --- a/target/linux/realtek/patches-2.6.30/305-add-gpio-driver-switching.patch +++ /dev/null @@ -1,35 +0,0 @@ -commit 0e7132f6f0530cdafb84c56525a8b7885bd659a7 -Author: Roman Yeryomin <roman@advem.lv> -Date: Tue Feb 5 02:31:46 2013 +0200 - - adopt 305-add-gpio-driver-switching.patch - - Signed-off-by: Roman Yeryomin <roman@advem.lv> - -diff --git a/arch/rlx/Kconfig b/arch/rlx/Kconfig -index 94bf573..7fe4efc 100644 ---- a/arch/rlx/Kconfig -+++ b/arch/rlx/Kconfig -@@ -275,6 +275,22 @@ config GENERIC_ISA_DMA_SUPPORT_BROKEN - config GENERIC_GPIO - bool - -+choice -+ -+prompt "GPIO Driver to use" -+ -+config RTL_GPIO -+ bool "Use realtek's GPIO driver" -+ -+config RTL_NGPIO -+ bool "Use Necromant's gpiolib driver (recommended)" -+ select GENERIC_GPIO -+ select ARCH_REQUIRE_GPIOLIB -+ select GPIO_RTL -+ default y -+ -+endchoice -+ - config SWAP_IO_SPACE - bool - |