diff options
Diffstat (limited to 'common/Kconfig')
-rw-r--r-- | common/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig index be2e1b80f7..41f27a1338 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -259,6 +259,11 @@ config CONSOLE_RECORD_IN_SIZE The buffer is allocated immediately after the malloc() region is ready. +config DISABLE_CONSOLE + bool "Add functionality to disable console completely" + help + Disable console (in & out). + config IDENT_STRING string "Board specific string to be added to uboot version string" help |