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 | 19f691f8e4abbe399df66ee5f83077b1bded0a66 (patch) | |
tree | 663ea0ca418ae477fe641e4ce78ecfc2ed0f29d1 /target/linux/x86/net5501 | |
parent | 724fd5e6578b008822066b4d9670ae88c3ac63ed (diff) | |
download | upstream-19f691f8e4abbe399df66ee5f83077b1bded0a66.tar.gz upstream-19f691f8e4abbe399df66ee5f83077b1bded0a66.tar.bz2 upstream-19f691f8e4abbe399df66ee5f83077b1bded0a66.zip |
x86: sync 3.2 configs
SVN-Revision: 31750
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 |