Remove warnings from Kconfig. Trivial.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4644 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Myles Watson 2009-09-17 16:59:07 +00:00
parent 28412f58b6
commit 079300b987
6 changed files with 14 additions and 14 deletions

View File

@ -9,8 +9,8 @@ config K8_REV_F_SUPPORT
#Opteron K8 1G HT Support
config K8_HT_FREQ_1G_SUPPORT
hex
default 1
bool
default y
depends on CPU_AMD_SOCKET_940
config CPU_AMD_MODEL_FXX

View File

@ -14,8 +14,8 @@ config K8_REV_F_SUPPORT
# Opteron K8 1G HT support
config K8_HT_FREQ_1G_SUPPORT
hex
default 1
bool
default y
depends on CPU_AMD_SOCKET_AM2
# DDR2 and REG

View File

@ -14,8 +14,8 @@ config K8_REV_F_SUPPORT
# Opteron K8 1G HT support
config K8_HT_FREQ_1G_SUPPORT
hex
default 1
bool
default y
depends on CPU_AMD_SOCKET_F
# DDR2 and REG

View File

@ -13,8 +13,8 @@ config CPU_SOCKET_TYPE
depends on CPU_AMD_SOCKET_S1G1
config K8_HT_FREQ_1G_SUPPORT
hex
default 1
bool
default y
depends on CPU_AMD_SOCKET_S1G1
#DDR2 and REG, S1G1

View File

@ -35,8 +35,8 @@ config DCACHE_RAM_GLOBAL_VAR_SIZE
depends on BOARD_AMD_SERENGETI_CHEETAH
config APIC_ID_OFFSET
int
default 8
hex
default 0x8
depends on BOARD_AMD_SERENGETI_CHEETAH
config HAVE_HARD_RESET

View File

@ -89,13 +89,13 @@ config MAX_PHYSICAL_CPUS
depends on BOARD_ASUS_M2V_MX_SE
config STACK_SIZE
int
default 8192
hex
default 0x2000
depends on BOARD_ASUS_M2V_MX_SE
config HEAP_SIZE
int
default 262144
hex
default 0x40000
depends on BOARD_ASUS_M2V_MX_SE
config HAVE_OPTION_TABLE