diff options
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/amd/socket_S1G1/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/amd/socket_S1G1/Kconfig b/src/cpu/amd/socket_S1G1/Kconfig index 905b407deb..5500f70ad8 100644 --- a/src/cpu/amd/socket_S1G1/Kconfig +++ b/src/cpu/amd/socket_S1G1/Kconfig @@ -3,8 +3,8 @@ config CPU_AMD_SOCKET_S1G1 default false config K8_REV_F_SUPPORT - int - default 1 + bool + default true depends on CPU_AMD_SOCKET_S1G1 config CPU_SOCKET_TYPE |