diff options
-rw-r--r-- | target/config/Config.in.runtime | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 5318157cc..03919ccb7 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -93,7 +93,7 @@ config ADK_RUNTIME_VERBOSE_INIT_VGA bool "output via VGA" depends on ADK_TARGET_WITH_VGA depends on ADK_RUNTIME_VERBOSE_KERNEL_SERIAL_VGA || \ - ADK_RUNTIME_VERBOSE_KERNEL_SERIAL_ONLY || \ + ADK_RUNTIME_VERBOSE_KERNEL_VGA_ONLY || \ ADK_RUNTIME_QUIET_KERNEL config ADK_RUNTIME_VERBOSE_INIT_SERIAL |