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/northbridge/via/cn400/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/northbridge') diff --git a/src/northbridge/via/cn400/Kconfig b/src/northbridge/via/cn400/Kconfig index 5df0eb9385..d07a37fd03 100644 --- a/src/northbridge/via/cn400/Kconfig +++ b/src/northbridge/via/cn400/Kconfig @@ -1,3 +1,8 @@ config NORTHBRIDGE_VIA_CN400 bool default n + +config FALLBACK_SIZE + int + default 0 + depends on NORTHBRIDGE_VIA_CN400 -- cgit v1.2.3