From 562e76d22c143e9cc2c76443fe05e246d7f4a232 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Mon, 2 Sep 2013 07:36:44 +0000 Subject: x86/alix2: add kernel config for 3.10 Taken from the 'alix2: update to LINUX_VERSION 3.10.9' patch: http://patchwork.openwrt.org/patch/3971/. Russell says in the original patch: "Initial whack at updating alix2 to a current kernel. It builds and runs without problems so far. I copied target/linux/config-3.8, target/linux/x86/alix2/config-3.8, and target/linux/patches-3.8 to their 3.10 equivalents and tweaked until it built. The patches required no changes." The current patch contains additional configuration tweaks. Signed-off-by: Russell Senior Signed-off-by: Gabor Juhos SVN-Revision: 37868 --- target/linux/x86/alix2/config-3.10 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 target/linux/x86/alix2/config-3.10 diff --git a/target/linux/x86/alix2/config-3.10 b/target/linux/x86/alix2/config-3.10 new file mode 100644 index 0000000..3442234 --- /dev/null +++ b/target/linux/x86/alix2/config-3.10 @@ -0,0 +1,24 @@ +CONFIG_ALIX=y +CONFIG_DEBUG_BUGVERBOSE=y +CONFIG_DMI=y +CONFIG_DMIID=y +# CONFIG_DMI_SYSFS is not set +# CONFIG_GEOS is not set +CONFIG_GPIOLIB=y +CONFIG_GPIO_SYSFS=y +# CONFIG_HIGHMEM64G is not set +CONFIG_HWMON=y +# CONFIG_LEDS_CLEVO_MAIL is not set +# CONFIG_M486 is not set +# CONFIG_MATH_EMULATION is not set +CONFIG_MGEODE_LX=y +CONFIG_NLS=y +CONFIG_PATA_CS5536=y +CONFIG_PCI_LABEL=y +# CONFIG_SCx200 is not set +CONFIG_THERMAL_HWMON=y +CONFIG_X86_CMOV=y +CONFIG_X86_DEBUGCTLMSR=y +CONFIG_X86_TSC=y +CONFIG_X86_USE_3DNOW=y +CONFIG_X86_USE_PPRO_CHECKSUM=y -- cgit v1.1