diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-10-23 18:56:19 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-10-23 18:56:19 +0000 |
commit | 313b48a4eccd2c53ef58494403b8e9a413f49347 (patch) | |
tree | 9b0a73f265ce4a8af222b0b8a636142fb0cb42eb /target/linux/x86/config-default | |
parent | 731db60c8cc76a28da247862e83ab26b6620eb4b (diff) | |
download | upstream-313b48a4eccd2c53ef58494403b8e9a413f49347.tar.gz upstream-313b48a4eccd2c53ef58494403b8e9a413f49347.tar.bz2 upstream-313b48a4eccd2c53ef58494403b8e9a413f49347.zip |
[x86] add required symbols to allow building of 2.6.35.7
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23594 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/config-default')
-rw-r--r-- | target/linux/x86/config-default | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/x86/config-default b/target/linux/x86/config-default index 0881c0cbf4..b6beba5cb7 100644 --- a/target/linux/x86/config-default +++ b/target/linux/x86/config-default @@ -72,7 +72,9 @@ CONFIG_CPU_IDLE_GOV_LADDER=y # CONFIG_CS5535_GPIO is not set # CONFIG_CS89x0 is not set # CONFIG_DCDBAS is not set +# CONFIG_DEBUG_BOOT_PARAMS is not set CONFIG_DEBUG_MEMORY_INIT=y +# CONFIG_DEBUG_VIRTUAL is not set CONFIG_DECOMPRESS_BZIP2=y CONFIG_DECOMPRESS_GZIP=y CONFIG_DECOMPRESS_LZMA=y @@ -319,6 +321,8 @@ CONFIG_SCx200=y CONFIG_SCx200HR_TIMER=y # CONFIG_SCx200_GPIO is not set # CONFIG_SCx200_WDT is not set +# CONFIG_SENSORS_K10TEMP is not set +# CONFIG_SENSORS_VIA_CPUTEMP is not set # CONFIG_SERIAL_8250_EXTENDED is not set CONFIG_SERIAL_8250_PCI=y CONFIG_SERIAL_8250_PNP=y @@ -355,7 +359,9 @@ CONFIG_USB_SUPPORT=y # CONFIG_USER_NS is not set CONFIG_USER_STACKTRACE_SUPPORT=y # CONFIG_VGACON_SOFT_SCROLLBACK is not set +CONFIG_VGA_ARB_MAX_GPUS=16 CONFIG_VGA_CONSOLE=y +# CONFIG_VHOST_NET is not set CONFIG_VM86=y # CONFIG_VMWARE_BALLOON is not set # CONFIG_VMWARE_PVSCSI is not set @@ -411,6 +417,7 @@ CONFIG_X86_POPAD_OK=y # CONFIG_X86_POWERNOW_K7 is not set # CONFIG_X86_POWERNOW_K8 is not set CONFIG_X86_PPRO_FENCE=y +# CONFIG_X86_PTDUMP is not set # CONFIG_X86_REBOOTFIXUPS is not set CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y CONFIG_X86_RESERVE_LOW_64K=y |