diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-12-11 19:32:52 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-12-11 19:32:52 +0000 |
commit | 95fa0702028d0aa0ffb625e5fd08e90d76d4290f (patch) | |
tree | 2f710a04a13f48f68c38350ff99f77bdf317dc24 /target/linux/rdc/patches-2.6.30 | |
parent | 0992bb916aa13163e33b01d791fe4bc990f88542 (diff) | |
download | upstream-95fa0702028d0aa0ffb625e5fd08e90d76d4290f.tar.gz upstream-95fa0702028d0aa0ffb625e5fd08e90d76d4290f.tar.bz2 upstream-95fa0702028d0aa0ffb625e5fd08e90d76d4290f.zip |
convert gpio code to use gpiolib, make rdc321x:dmz led work again
SVN-Revision: 18754
Diffstat (limited to 'target/linux/rdc/patches-2.6.30')
-rw-r--r-- | target/linux/rdc/patches-2.6.30/009-rdc321x_select_embedded.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/rdc/patches-2.6.30/009-rdc321x_select_embedded.patch b/target/linux/rdc/patches-2.6.30/009-rdc321x_select_embedded.patch index 0e0e1192b3..f92fd61080 100644 --- a/target/linux/rdc/patches-2.6.30/009-rdc321x_select_embedded.patch +++ b/target/linux/rdc/patches-2.6.30/009-rdc321x_select_embedded.patch @@ -1,10 +1,11 @@ --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig -@@ -380,6 +380,7 @@ config X86_RDC321X +@@ -380,6 +380,8 @@ config X86_RDC321X depends on X86_EXTENDED_PLATFORM select M486 select X86_REBOOTFIXUPS + select EMBEDDED ++ select ARCH_REQUIRE_GPIOLIB ---help--- This option is needed for RDC R-321x system-on-chip, also known as R-8610-(G). |