summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2018-09-10 12:43:16 +0200
committerTom Rini <trini@konsulko.com>2018-09-29 08:07:29 -0400
commit83f6f608c278d9ac3fda7d0bb05f41c06b397964 (patch)
treee1f7a8b849bc9ec146eb52384baa72bbd07552de /common
parent973fcc8daec0055b5bc14dae6aa9e44c0e9d17f9 (diff)
Convert CONFIG_DISABLE_CONSOLE to Kconfig
This converts the following to Kconfig: CONFIG_DISABLE_CONSOLE Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig5
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