diff options
Diffstat (limited to 'src/console/Kconfig')
-rw-r--r-- | src/console/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig index d4acf51a7d..ed3a07feeb 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -32,6 +32,12 @@ config CONSOLE_VGA bool "Use VGA console, once initialized." default n +config CONSOLE_VGA_ONBOARD_AT_FIRST + bool "Use onboard VGA as primary" + default n + help + If not selected, the last adapter found will be used. + config MAXIMUM_CONSOLE_LOGLEVEL int "Maximum console loglevel" default 9 |