diff options
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Options.lb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index e9e4e8c5fe..cf17c4b8ed 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -383,6 +383,11 @@ define CONFIG_CONSOLE_VGA export always comment "Log messages to VGA" end +define CONFIG_CONSOLE_BTEXT + default 0 + export always + comment "Log messages to btext fb console" +end define CONFIG_CONSOLE_LOGBUF default 0 export always |