@@ -30,11 +30,6 @@ config ANDROID_RAM_CONSOLE
depends on !S390 && !UML
default n
-config ANDROID_RAM_CONSOLE_ENABLE_VERBOSE
- bool "Enable verbose console messages on Android RAM console"
- default y
- depends on ANDROID_RAM_CONSOLE
-
menuconfig ANDROID_RAM_CONSOLE_ERROR_CORRECTION
bool "Android RAM Console Enable error correction"
default n
@@ -285,9 +285,6 @@ static int __init ram_console_init(struct ram_console_buffer *buffer,
buffer->size = 0;
register_console(&ram_console);
-#ifdef CONFIG_ANDROID_RAM_CONSOLE_ENABLE_VERBOSE
- console_verbose();
-#endif
return 0;
}