From e1313fa183dc7bb2806b298e110490a9cfec300d Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Fri, 26 Sep 2003 15:23:53 +0000 Subject: added CONFIG_KEYBOARD, default 0 git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1145 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Options.lb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/config') diff --git a/src/config/Options.lb b/src/config/Options.lb index 286c3b9de9..7ff4815060 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -405,6 +405,11 @@ define CONFIG_SYS_CLK_FREQ comment "System clock frequency in MHz" end +define CONFIG_KEYBOARD + default 0 + export used + comment "Run PC keyboard enable code" +end ############################################### # SMP options ############################################### @@ -562,7 +567,7 @@ define CONFIG_UDELAY_TSC end ############################################### -# Board specifig options +# Board specific options ############################################### ############################################### -- cgit v1.2.3