]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - init/Kconfig
Merge branch 'printk-rework' into for-linus
[mirror_ubuntu-hirsute-kernel.git] / init / Kconfig
index f4bffefdbed5098cb58f06d89b655ee43d3c6ef5..6edb2d9cdf3f31cacf1a450f1280ae3b900c16ff 100644 (file)
@@ -682,7 +682,8 @@ config IKHEADERS
 
 config LOG_BUF_SHIFT
        int "Kernel log buffer size (16 => 64KB, 17 => 128KB)"
-       range 12 25
+       range 12 25 if !H8300
+       range 12 19 if H8300
        default 17
        depends on PRINTK
        help