X-Git-Url: https://nv-tegra.nvidia.com/r/gitweb?p=linux-3.10.git;a=blobdiff_plain;f=init%2FKconfig;h=40d286d1d118f5c5d65498ad911a84a9d047cdb1;hp=42dca393b94e568f878123be9d8f7c05d91c0296;hb=d59745ce3e7aa13856bca16d3bcbb95041775ff6;hpb=c8538a7aa5527d02c7191ac5da124efadf6a2827 diff --git a/init/Kconfig b/init/Kconfig index 42dca393b94..40d286d1d11 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -275,6 +275,17 @@ config KALLSYMS_EXTRA_PASS reported. KALLSYMS_EXTRA_PASS is only a temporary workaround while you wait for kallsyms to be fixed. + +config PRINTK + default y + bool "Enable support for printk" if EMBEDDED + help + This option enables normal printk support. Removing it + eliminates most of the message strings from the kernel image + and makes the kernel more or less silent. As this makes it + very difficult to diagnose system problems, saying N here is + strongly discouraged. + config BUG bool "BUG() support" if EMBEDDED default y