diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-16 10:44:52 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-16 10:44:52 +0000 |
commit | 3345e73573aab85c530652bf570fbaa9265ca8b8 (patch) | |
tree | 5c846ba9148844b8454051f9a8e20b5bb5d0242e /target/linux/x86/net5501 | |
parent | 8ace34552a49064d6f781dfe23a5fb4ff2b88c35 (diff) | |
download | upstream-3345e73573aab85c530652bf570fbaa9265ca8b8.tar.gz upstream-3345e73573aab85c530652bf570fbaa9265ca8b8.tar.bz2 upstream-3345e73573aab85c530652bf570fbaa9265ca8b8.zip |
x86: sync 3.2 configs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31750 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/net5501')
-rw-r--r-- | target/linux/x86/net5501/config-default | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/target/linux/x86/net5501/config-default b/target/linux/x86/net5501/config-default index 224b7d3244..462f8a6f25 100644 --- a/target/linux/x86/net5501/config-default +++ b/target/linux/x86/net5501/config-default @@ -1,7 +1,5 @@ -# CONFIG_AMD_NB is not set # CONFIG_ATA_PIIX is not set CONFIG_DEBUG_BUGVERBOSE=y -# CONFIG_FB_GEODE is not set CONFIG_GENERIC_GPIO=y CONFIG_GPIOLIB=y CONFIG_GPIO_SYSFS=y @@ -15,3 +13,8 @@ CONFIG_NET5501=y CONFIG_PATA_CS5536=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 |