From fdfaada706037287c74e2541a6151f16d93b9be1 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Wed, 7 Oct 2009 14:13:36 +0000 Subject: More boards in kconfig, and moved -O2 flag for romcc into ROMCCFLAGS, so boards can override it where necessary. Signed-off-by: Patrick Georgi Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4730 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/newisys/Kconfig | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/mainboard/newisys/Kconfig') diff --git a/src/mainboard/newisys/Kconfig b/src/mainboard/newisys/Kconfig index 792d600548..fd8f9176e1 100644 --- a/src/mainboard/newisys/Kconfig +++ b/src/mainboard/newisys/Kconfig @@ -1 +1,8 @@ -# +choice + prompt "Mainboard model" + depends on VENDOR_NEWISYS + +source "src/mainboard/newisys/khepri/Kconfig" + +endchoice + -- cgit v1.2.3