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:
parent
987fe0f2a4
commit
e1313fa183
|
@ -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
|
||||
###############################################
|
||||
|
||||
###############################################
|
||||
|
|
Loading…
Reference in New Issue