diff options
Diffstat (limited to 'src/cpu/amd/socket_S1G1')
-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 5500f70ad8..a894506a59 100644 --- a/src/cpu/amd/socket_S1G1/Kconfig +++ b/src/cpu/amd/socket_S1G1/Kconfig @@ -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 |