diff options
Diffstat (limited to 'src/console')
-rw-r--r-- | src/console/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig index 2e4992fec0..4aa5ed3303 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -275,3 +275,14 @@ config DEFAULT_CONSOLE_LOGLEVEL endmenu +config CONSOLE_BTEXT + bool + default n + +config CONSOLE_SROM + bool + default n + +config CONSOLE_LOGBUF + bool + default n |