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
This commit is contained in:
parent
11b1887c53
commit
562e76d22c
1 changed files with 24 additions and 0 deletions
24
target/linux/x86/alix2/config-3.10
Normal file
24
target/linux/x86/alix2/config-3.10
Normal file
|
@ -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
|
Loading…
Reference in a new issue