Don't mix int and boolean for kconfig variables. It might work, it might not.
trivial change. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4635 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
45d8a83b29
commit
b261205f5e
|
@ -3,8 +3,8 @@ config CPU_AMD_SOCKET_S1G1
|
||||||
default false
|
default false
|
||||||
|
|
||||||
config K8_REV_F_SUPPORT
|
config K8_REV_F_SUPPORT
|
||||||
int
|
bool
|
||||||
default 1
|
default true
|
||||||
depends on CPU_AMD_SOCKET_S1G1
|
depends on CPU_AMD_SOCKET_S1G1
|
||||||
|
|
||||||
config CPU_SOCKET_TYPE
|
config CPU_SOCKET_TYPE
|
||||||
|
|
Loading…
Reference in New Issue