1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

Add more ar7 fixes by DerAgo. Fix vlnyq initialistion on fritzbox, add prom_printf required for kgdb, make kgbd finally work, thanks !

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8141 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2007-07-24 11:05:23 +00:00
parent fcb99d5385
commit cf070486dd
5 changed files with 109 additions and 14 deletions

View File

@@ -207,3 +207,34 @@ CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y
CONFIG_TRAD_SIGNALS=y
# CONFIG_UNUSED_SYMBOLS is not set
# CONFIG_USB is not set
CONFIG_DEBUG_DEVRES=n
CONFIG_DEBUG_DRIVER=n
CONFIG_DEBUG_KERNEL=y
CONFIG_DEBUG_KOBJECT=n
CONFIG_DEBUG_LIST=n
CONFIG_DEBUG_LOCKING_API_SELFTESTS=n
CONFIG_DEBUG_LOCK_ALLOC=n
CONFIG_DEBUG_MUTEXES=n
CONFIG_DEBUG_RT_MUTEXES=n
CONFIG_DEBUG_SHIRQ=n
CONFIG_DEBUG_SLAB=n
CONFIG_DEBUG_SPINLOCK=n
CONFIG_DEBUG_SPINLOCK_SLEEP=n
CONFIG_DEBUG_STACK_USAGE=n
CONFIG_DEBUG_VM=n
CONFIG_DETECT_SOFTLOCKUP=y
CONFIG_EARLY_PRINTK=y
CONFIG_FAULT_INJECTION=n
CONFIG_FORCED_INLINING=y
CONFIG_GDB_CONSOLE=y
CONFIG_IP_DCCP_DEBUG=n
CONFIG_KALLSYMS_ALL=n
CONFIG_KGDB=y
CONFIG_MIPS_UNCACHED=n
CONFIG_PCI_DEBUG=n
CONFIG_PROVE_LOCKING=n
CONFIG_RCU_TORTURE_TEST=n
CONFIG_RT_MUTEX_TESTER=n
CONFIG_RUNTIME_DEBUG=n
CONFIG_SCHEDSTATS=n
CONFIG_TIMER_STATS=n