Make all Kconfig enabled boards build (tested with kbuildall).

Also enable building individual boards with kbuildall for
debugging.

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4666 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Patrick Georgi
2009-09-24 09:03:06 +00:00
parent ac7a2d2f84
commit 892b091e96
15 changed files with 229 additions and 24 deletions

View File

@ -20,6 +20,7 @@ config DCACHE_RAM_SIZE
config SMP
bool
default y if MAX_CPUS != 1
default n
config CPU_SOCKET_TYPE
hex

View File

@ -1 +1,2 @@
source src/cpu/via/model_c3/Kconfig
source src/cpu/via/model_c7/Kconfig