Activate CONFIG_BCM43XX_DEBUG.

svn path=/dists/trunk/linux-2.6/; revision=6531
This commit is contained in:
Frederik Schüler 2006-05-07 15:06:57 +00:00
parent 9de06666d8
commit ef93031eb9
3 changed files with 6 additions and 4 deletions

View File

@ -1462,14 +1462,12 @@ CONFIG_LOG_BUF_SHIFT=14
CONFIG_DETECT_SOFTLOCKUP=y
# CONFIG_SCHEDSTATS is not set
# CONFIG_DEBUG_SLAB is not set
# CONFIG_DEBUG_MUTEXES is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_DEBUG_KOBJECT is not set
# CONFIG_DEBUG_BUGVERBOSE is not set
# CONFIG_DEBUG_INFO is not set
# CONFIG_DEBUG_FS is not set
# CONFIG_DEBUG_VM is not set
CONFIG_FRAME_POINTER=y
# CONFIG_FORCED_INLINING is not set
# CONFIG_RCU_TORTURE_TEST is not set

5
debian/arch/config vendored
View File

@ -845,7 +845,6 @@ CONFIG_RTC_DRV_X1205=m
CONFIG_LEDS_TRIGGER_IDE_DISK=y
CONFIG_NETFILTER_XT_MATCH_ESP=m
CONFIG_LEDS_TRIGGER_TIMER=m
# CONFIG_BCM43XX_DEBUG is not set
CONFIG_W1_MASTER_DS9490=m
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_RTC_DRV_DS1672=m
@ -912,3 +911,7 @@ CONFIG_MAGIC_SYSRQ=y
# CONFIG_DEBUG_KERNEL is not set
# CONFIG_DEBUG_FS is not set
# CONFIG_UNWIND_INFO is not set
# CONFIG_DEBUG_RODATA is not set
# CONFIG_DEBUG_VM is not set
# CONFIG_DEBUG_MUTEXES is not set
CONFIG_BCM43XX_DEBUG=y

3
debian/changelog vendored
View File

@ -3,12 +3,13 @@ linux-2.6 (2.6.16+2.6.17-rc3-0experimental.1) UNRELEASED; urgency=low
[ Frederik Schüler ]
* New upstream release.
* Switch HZ from 1000 to 250, following upstreams default.
* Activate CONFIG_BCM43XX_DEBUG=y.
[ maximilian attems ]
* Disable broken and known unsecure LSM modules: CONFIG_SECURITY_SECLVL,
CONFIG_SECURITY_ROOTPLUG. Upstream plans to remove them for 2.6.18
-- Bastian Blank <waldi@debian.org> Sat, 29 Apr 2006 22:56:29 +0200
-- Frederik Schüler <fs@debian.org> Sun, 7 May 2006 17:06:29 +0200
linux-2.6 (2.6.16-11) UNRELEASED; urgency=low