More consistent use of "default n" and "select XYZ" in

Kconfig files


Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Myles Watson <mylesgw@gmail.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4685 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Patrick Georgi
2009-09-29 14:38:10 +00:00
parent 2f2e435cc6
commit 5e54871375
14 changed files with 25 additions and 56 deletions

View File

@ -1,23 +1,15 @@
config CPU_AMD_SOCKET_AM2
bool
default false
default n
select K8_REV_F_SUPPORT
# Opteron K8 1G HT support
select K8_HT_FREQ_1G_SUPPORT
config CPU_SOCKET_TYPE
hex
default 0x11
depends on CPU_AMD_SOCKET_AM2
config K8_REV_F_SUPPORT
bool
default y
depends on CPU_AMD_SOCKET_AM2
# Opteron K8 1G HT support
config K8_HT_FREQ_1G_SUPPORT
bool
default y
depends on CPU_AMD_SOCKET_AM2
# DDR2 and REG
config DIMM_SUPPORT
hex