summaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/patches-2.6.30/305-add-gpio-driver-switching.patch
diff options
context:
space:
mode:
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.patch35
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
-