summaryrefslogtreecommitdiff
path: root/src/cpu/amd/model_fxx/Kconfig
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2009-08-12 15:39:38 +0000
committerRonald G. Minnich <rminnich@gmail.com>2009-08-12 15:39:38 +0000
commit5f6572ec8bc6eb2acd3a7882445913b0b9fe0d91 (patch)
tree787a48e092ade5a9806efcb9cf9004aa7c776c3b /src/cpu/amd/model_fxx/Kconfig
parent9a94843820fbad070d80f6e59ec7d6558e6afdab (diff)
downloadcoreboot-5f6572ec8bc6eb2acd3a7882445913b0b9fe0d91.tar.xz
Fix multiple missing files and errors from the recent commit. This happened
when Patrick's tree and mine got out of sync. Link stage still fails. Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4536 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/amd/model_fxx/Kconfig')
-rw-r--r--src/cpu/amd/model_fxx/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/cpu/amd/model_fxx/Kconfig b/src/cpu/amd/model_fxx/Kconfig
new file mode 100644
index 0000000000..f397c3ea98
--- /dev/null
+++ b/src/cpu/amd/model_fxx/Kconfig
@@ -0,0 +1,13 @@
+config HAVE_INIT_TIMER
+ int
+ default 1
+
+config HAVE_MOVNTI
+ int
+ default 1
+
+config CPU_ADDR_BITS
+ int
+ default 40
+
+