diff options
Diffstat (limited to 'src/cpu/amd')
-rw-r--r-- | src/cpu/amd/model_fxx/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cpu/amd/model_fxx/Kconfig b/src/cpu/amd/model_fxx/Kconfig index f397c3ea98..db9f5c5a2e 100644 --- a/src/cpu/amd/model_fxx/Kconfig +++ b/src/cpu/amd/model_fxx/Kconfig @@ -1,10 +1,10 @@ config HAVE_INIT_TIMER - int - default 1 + bool + default y config HAVE_MOVNTI - int - default 1 + bool + default y config CPU_ADDR_BITS int |