From 41d0efcf9a56e965812cabe024bddd123a42d060 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 23 Oct 2010 18:56:19 +0000 Subject: [PATCH] [x86] add required symbols to allow building of 2.6.35.7 Signed-off-by: Philip Prindeville SVN-Revision: 23594 --- target/linux/generic/config-2.6.35 | 13 +++++++++++++ target/linux/x86/config-default | 7 +++++++ 2 files changed, 20 insertions(+) diff --git a/target/linux/generic/config-2.6.35 b/target/linux/generic/config-2.6.35 index 3bc0485254..35eccacd34 100644 --- a/target/linux/generic/config-2.6.35 +++ b/target/linux/generic/config-2.6.35 @@ -365,6 +365,7 @@ CONFIG_COMPAT_NET_DEV_OPS=y CONFIG_CONSTRUCTORS=y # CONFIG_CONTEXT_SWITCH_TRACER is not set # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set +# CONFIG_CPA_DEBUG is not set # CONFIG_CPU_DCACHE_DISABLE is not set # CONFIG_CPU_FREQ is not set # CONFIG_CPU_IDLE is not set @@ -482,16 +483,23 @@ CONFIG_DEBUG_FS=y # CONFIG_DEBUG_LOCK_ALLOC is not set # CONFIG_DEBUG_MEMORY_INIT is not set # CONFIG_DEBUG_MUTEXES is not set +# CONFIG_DEBUG_NX_TEST is not set # CONFIG_DEBUG_NOTIFIERS is not set # CONFIG_DEBUG_OBJECTS is not set +# CONFIG_DEBUG_PAGEALLOC is not set +# CONFIG_DEBUG_PERF_USE_VMALLOC is not set # CONFIG_DEBUG_PREEMPT is not set +CONFIG_DEBUG_RODATA=y +CONFIG_DEBUG_RODATA_TEST=y # CONFIG_DEBUG_RT_MUTEXES is not set # CONFIG_DEBUG_SG is not set # CONFIG_DEBUG_SHIRQ is not set # CONFIG_DEBUG_SLAB is not set # CONFIG_DEBUG_SPINLOCK is not set # CONFIG_DEBUG_SPINLOCK_SLEEP is not set +# CONFIG_DEBUG_STACKOVERFLOW is not set # CONFIG_DEBUG_STACK_USAGE is not set +# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set # CONFIG_DEBUG_VM is not set # CONFIG_DEBUG_WRITECOUNT is not set # CONFIG_DECNET is not set @@ -640,6 +648,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" # CONFIG_FB_S3 is not set # CONFIG_FB_SAVAGE is not set # CONFIG_FB_SIS is not set +# CONFIG_FB_SM7XX is not set # CONFIG_FB_SVGALIB is not set # CONFIG_FB_SYS_COPYAREA is not set # CONFIG_FB_SYS_FILLRECT is not set @@ -653,6 +662,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" # CONFIG_FB_VIRTUAL is not set # CONFIG_FB_VOODOO1 is not set # CONFIG_FB_VT8623 is not set +# CONFIG_FB_XGI is not set # CONFIG_FCOE is not set # CONFIG_FCOE_FNIC is not set # CONFIG_FDDI is not set @@ -1222,6 +1232,7 @@ CONFIG_KERNEL_LZMA=y # CONFIG_KEYBOARD_ADP5588 is not set # CONFIG_KEYBOARD_LM8323 is not set # CONFIG_KEYBOARD_MAX7359 is not set +# CONFIG_KEYBOARD_MATRIX is not set # CONFIG_KEYBOARD_OPENCORES is not set # CONFIG_KEYBOARD_QT2160 is not set # CONFIG_KEYBOARD_TCA6416 is not set @@ -1876,6 +1887,7 @@ CONFIG_PCI_SYSCALL=y CONFIG_PLIST=y # CONFIG_PLX_HERMES is not set # CONFIG_PM is not set +# CONFIG_PM_ADVANCED_DEBUG is not set # CONFIG_PMIC_ADP5520 is not set # CONFIG_PMIC_DA903X is not set # CONFIG_POHMELFS is not set @@ -2988,6 +3000,7 @@ CONFIG_VMSPLIT_3G=y # CONFIG_VMXNET3 is not set # CONFIG_VM_EVENT_COUNTERS is not set # CONFIG_VT is not set +# CONFIG_VT_HW_CONSOLE_BINDING is not set # CONFIG_VT6655 is not set # CONFIG_VT6656 is not set # CONFIG_VXFS_FS is not set 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 -- 2.30.2