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 | 88eadf541f9cbd2646e49dacd76665d17ee4b92b (patch) | |
tree | 15bca931a45d8097bd55c664aaa3df913c7e9f8a /target/linux/x86 | |
parent | 115dc292cb329a77cd72e4d0a7ed5d8479c62ae6 (diff) | |
download | upstream-88eadf541f9cbd2646e49dacd76665d17ee4b92b.tar.gz upstream-88eadf541f9cbd2646e49dacd76665d17ee4b92b.tar.bz2 upstream-88eadf541f9cbd2646e49dacd76665d17ee4b92b.zip |
add required symbols to allow building of 2.6.35.7
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 23594
Diffstat (limited to 'target/linux/x86')
-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 |