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:
@ -20,6 +20,7 @@ config DCACHE_RAM_SIZE
|
||||
config SMP
|
||||
bool
|
||||
default y if MAX_CPUS != 1
|
||||
default n
|
||||
|
||||
config CPU_SOCKET_TYPE
|
||||
hex
|
||||
|
@ -1 +1,2 @@
|
||||
source src/cpu/via/model_c3/Kconfig
|
||||
source src/cpu/via/model_c7/Kconfig
|
||||
|
Reference in New Issue
Block a user