diff options
author | Luka Perkov <luka@openwrt.org> | 2014-11-28 17:53:50 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-11-28 17:53:50 +0000 |
commit | 0817bb762fe972aaa3f5d54fc2f5194fd3f67880 (patch) | |
tree | fbeb0553e5c0d19dbecec846ef669bb1a8d9a57a /target/linux/x86/patches-3.14/009-rdc321x_select_embedded.patch | |
parent | 016d6acde5984a68e1904e21fdca32053e4c0dca (diff) | |
download | mtk-20170518-0817bb762fe972aaa3f5d54fc2f5194fd3f67880.zip mtk-20170518-0817bb762fe972aaa3f5d54fc2f5194fd3f67880.tar.gz mtk-20170518-0817bb762fe972aaa3f5d54fc2f5194fd3f67880.tar.bz2 |
x86: add support for 3.14
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 43422
Diffstat (limited to 'target/linux/x86/patches-3.14/009-rdc321x_select_embedded.patch')
-rw-r--r-- | target/linux/x86/patches-3.14/009-rdc321x_select_embedded.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/x86/patches-3.14/009-rdc321x_select_embedded.patch b/target/linux/x86/patches-3.14/009-rdc321x_select_embedded.patch new file mode 100644 index 0000000..50f817c --- /dev/null +++ b/target/linux/x86/patches-3.14/009-rdc321x_select_embedded.patch @@ -0,0 +1,11 @@ +--- a/arch/x86/Kconfig ++++ b/arch/x86/Kconfig +@@ -480,6 +480,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). |