diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-09-26 15:23:53 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-09-26 15:23:53 +0000 |
commit | e1313fa183dc7bb2806b298e110490a9cfec300d (patch) | |
tree | f161a9ae5e7f5e9e55a4a1884d0e923b1035c80c /src | |
parent | 987fe0f2a477a133ddf5a912535354ae49565afd (diff) |
added CONFIG_KEYBOARD, default 0
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1145 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/config/Options.lb | 7 |
1 files changed, 6 insertions, 1 deletions
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 ############################################### ############################################### |