From 306fc98b9ad0774d298fde76d8dde37982e26216 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Wed, 11 Aug 2010 22:16:58 +0000 Subject: [PATCH] [backfire] target/x86: add missing kernel debug symbols, fix kconfig going interactive when kernel debugging is enabled (closes: #7711) SVN-Revision: 22601 --- target/linux/x86/config-default | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/target/linux/x86/config-default b/target/linux/x86/config-default index 6310fc139f..0838c375c5 100644 --- a/target/linux/x86/config-default +++ b/target/linux/x86/config-default @@ -65,6 +65,7 @@ CONFIG_CLOCKSOURCE_WATCHDOG=y # CONFIG_CMDLINE_BOOL is not set CONFIG_COMPAT_VDSO=y CONFIG_CONSOLE_TRANSLATIONS=y +# CONFIG_CPA_DEBUG is not set # CONFIG_CPU5_WDT is not set CONFIG_CPU_FREQ=y # CONFIG_CPU_FREQ_DEBUG is not set @@ -92,7 +93,13 @@ CONFIG_CPU_SUP_UMC_32=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_NX_TEST is not set +# CONFIG_DEBUG_PAGEALLOC is not set +# CONFIG_DEBUG_RODATA is not set +# CONFIG_DEBUG_STACKOVERFLOW is not set +# CONFIG_DEBUG_VIRTUAL is not set CONFIG_DECOMPRESS_BZIP2=y CONFIG_DECOMPRESS_GZIP=y CONFIG_DECOMPRESS_LZMA=y @@ -233,6 +240,7 @@ CONFIG_KEYBOARD_ATKBD=y # CONFIG_KEYBOARD_STOWAWAY is not set # CONFIG_KEYBOARD_SUNKBD is not set # CONFIG_KEYBOARD_XTKBD is not set +# CONFIG_KMEMCHECK is not set CONFIG_KTIME_SCALAR=y # CONFIG_LANCE is not set # CONFIG_LEDS_ALIX2 is not set @@ -450,6 +458,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