diff options
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 ############################################### ############################################### |