diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-02-23 21:09:51 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-02-23 21:09:51 +0000 |
commit | b57690432c90c356d3f2d6edd3bbc565dc72a61c (patch) | |
tree | 9203a7ccef0119d0922f343766a8ac7a323b9d16 /target/linux/rdc/patches-2.6.32/009-rdc321x_select_embedded.patch | |
parent | 3e139467ce44c9522592aad80b8989f6a923c79c (diff) | |
download | mtk-20170518-b57690432c90c356d3f2d6edd3bbc565dc72a61c.zip mtk-20170518-b57690432c90c356d3f2d6edd3bbc565dc72a61c.tar.gz mtk-20170518-b57690432c90c356d3f2d6edd3bbc565dc72a61c.tar.bz2 |
add preliminary 2.6.32 support
SVN-Revision: 19826
Diffstat (limited to 'target/linux/rdc/patches-2.6.32/009-rdc321x_select_embedded.patch')
-rw-r--r-- | target/linux/rdc/patches-2.6.32/009-rdc321x_select_embedded.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/rdc/patches-2.6.32/009-rdc321x_select_embedded.patch b/target/linux/rdc/patches-2.6.32/009-rdc321x_select_embedded.patch new file mode 100644 index 0000000..625dc65 --- /dev/null +++ b/target/linux/rdc/patches-2.6.32/009-rdc321x_select_embedded.patch @@ -0,0 +1,11 @@ +--- a/arch/x86/Kconfig ++++ b/arch/x86/Kconfig +@@ -400,6 +400,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). |