added CONFIG_KEYBOARD, default 0

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1145 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ronald G. Minnich 2003-09-26 15:23:53 +00:00
parent 987fe0f2a4
commit e1313fa183
1 changed files with 6 additions and 1 deletions

View File

@ -405,6 +405,11 @@ define CONFIG_SYS_CLK_FREQ
comment "System clock frequency in MHz" comment "System clock frequency in MHz"
end end
define CONFIG_KEYBOARD
default 0
export used
comment "Run PC keyboard enable code"
end
############################################### ###############################################
# SMP options # SMP options
############################################### ###############################################
@ -562,7 +567,7 @@ define CONFIG_UDELAY_TSC
end end
############################################### ###############################################
# Board specifig options # Board specific options
############################################### ###############################################
############################################### ###############################################