c062741575
copied target/linux/x86/config-3.14 and target/linux/x86/patches-3.14 to 3.18 equivalents and then tweaked until it built. Tested on alix2, soekris net4826 and soekris net4521. Still having trouble with net4826 booting from Grub, alix2 and net4521 are fine. Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 44758
11 lines
308 B
Diff
11 lines
308 B
Diff
--- 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).
|