diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-02 07:36:44 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-02 07:36:44 +0000 |
commit | 562e76d22c143e9cc2c76443fe05e246d7f4a232 (patch) | |
tree | 64b943990e5eedc04cec7a50005e23064fcfd857 /target/linux | |
parent | 11b1887c531015a6e928ed748f72a684c382910c (diff) | |
download | upstream-562e76d22c143e9cc2c76443fe05e246d7f4a232.tar.gz upstream-562e76d22c143e9cc2c76443fe05e246d7f4a232.tar.bz2 upstream-562e76d22c143e9cc2c76443fe05e246d7f4a232.zip |
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 <russell@personaltelco.net>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37868
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/x86/alix2/config-3.10 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/target/linux/x86/alix2/config-3.10 b/target/linux/x86/alix2/config-3.10 new file mode 100644 index 0000000000..344223447f --- /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 |