VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Petr Mladek <pmladek@suse.com> 2020-10-12 13:01:37 +0200 committer: Petr Mladek <pmladek@suse.com> 2020-10-12 13:01:37 +0200 commit: 70333f4ff9c16dd82a2667080c3ae48fe30a3cb4 parent: 4e797e6ec79c0705791c14f3e60f38b01c78ea1d
Commit Summary:
Merge branch 'printk-rework' into for-linus
Diffstat:
1 file changed, 2 insertions, 1 deletion
diff --git a/init/Kconfig b/init/Kconfig
index f4bffefdbed5..6edb2d9cdf3f 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -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