summaryrefslogtreecommitdiff
path: root/src/cpu/via
diff options
context:
space:
mode:
authorWarren Turkal <wt@penguintechs.org>2010-09-30 03:13:21 +0000
committerWarren Turkal <wt@penguintechs.org>2010-09-30 03:13:21 +0000
commit7a59a44e17fa728cddd33b08b78db365f743df44 (patch)
treefb80370533f8c1160e3f4acaa8d11b50be77a026 /src/cpu/via
parentafbf072f35a25143540c7e5e1a084fac3a2ea8c2 (diff)
downloadcoreboot-7a59a44e17fa728cddd33b08b78db365f743df44.tar.xz
Move VIA C7 board CAR config to VIA C7 instead of boards.
This change is somewhat dangerous as it enables CAR for some boards that it was not enabled for before. Signed-off-by: Warren Turkal <wt@penguintechs.org> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5882 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/via')
-rw-r--r--src/cpu/via/model_c7/Kconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/cpu/via/model_c7/Kconfig b/src/cpu/via/model_c7/Kconfig
index 57fe4e95ef..8e6f0e8765 100644
--- a/src/cpu/via/model_c7/Kconfig
+++ b/src/cpu/via/model_c7/Kconfig
@@ -1,8 +1,14 @@
config CPU_VIA_C7
bool
+
+if CPU_VIA_C7
+
+config CPU_SPECFIC_OPTIONS
+ def_bool y
select UDELAY_TSC
select MMX
select SSE2
+ select CACHE_AS_RAM
config DCACHE_RAM_BASE
hex
@@ -14,4 +20,4 @@ config DCACHE_RAM_SIZE
default 0x8000
depends on CPU_VIA_C7
-
+endif # CPU_VIA_C7