CONFIG_DEBUG is too generic. Remove it and replace it with CONFIG_DEBUG_SMBUS
and CONFIG_DEBUG_PIRQ. Fix a couple of typos. Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5603 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
12
src/Kconfig
12
src/Kconfig
@@ -139,10 +139,6 @@ config HEAP_SIZE
|
||||
hex
|
||||
default 0x4000
|
||||
|
||||
config DEBUG
|
||||
bool
|
||||
default n
|
||||
|
||||
config USE_PRINTK_IN_CAR
|
||||
bool
|
||||
default n
|
||||
@@ -520,6 +516,13 @@ config DEBUG_RAM_SETUP
|
||||
|
||||
If unsure, say N.
|
||||
|
||||
config DEBUG_PIRQ
|
||||
bool "Check PIRQ table consistency"
|
||||
default n
|
||||
depends on GENERATE_PIRQ_TABLE
|
||||
help
|
||||
If unsure, say N.
|
||||
|
||||
config DEBUG_SMBUS
|
||||
bool "Output verbose SMBus debug messages"
|
||||
default n
|
||||
@@ -528,6 +531,7 @@ config DEBUG_SMBUS
|
||||
|| NORTHBRIDGE_VIA_CX700 \
|
||||
|| NORTHBRIDGE_AMD_AMDK8 \
|
||||
|| NORTHBRIDGE_AMD_AMDFAM10 \
|
||||
|| BOARD_LIPPERT_SPACERUNNER_LX \
|
||||
|| SOUTHBRIDGE_VIA_VT8231)
|
||||
help
|
||||
This option enables additional SMBus (and SPD) debug messages.
|
||||
|
Reference in New Issue
Block a user