From 892b091e967cd2a54e23d22c8b37bfe12ebaaab5 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 24 Sep 2009 09:03:06 +0000 Subject: Make all Kconfig enabled boards build (tested with kbuildall). Also enable building individual boards with kbuildall for debugging. Signed-off-by: Patrick Georgi Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4666 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cpu/Kconfig') diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig index b9ce5a893c..e70f021217 100644 --- a/src/cpu/Kconfig +++ b/src/cpu/Kconfig @@ -20,6 +20,7 @@ config DCACHE_RAM_SIZE config SMP bool default y if MAX_CPUS != 1 + default n config CPU_SOCKET_TYPE hex -- cgit v1.2.3