CONFIG_LOG_BUF_SHIFT

Select the minimal kernel log buffer size as a power of 2.
The final size is affected by LOG_CPU_MAX_BUF_SHIFT config
parameter, see below. Any higher size also might be forced
by "log_buf_len" boot parameter.

Examples:
           17 => 128 KB
           16 => 64 KB
           15 => 32 KB
           14 => 16 KB
           13 =>  8 KB
           12 =>  4 KB


goto: home version arch