Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

kernel: Fix "select" wording on HZ_250 description

HZ_250 config description contains alternative choice for NTSC
media users (HZ_300), which is written as "selected 300Hz". This is
incorrect, as it implies that HZ_300 is automatically selected
whereas the user has chosen HZ_250 instead.

Fix the wording to "select 300Hz".

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Link: https://lore.kernel.org/r/20250203025000.17953-1-bagasdotme@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Bagas Sanjaya and committed by
Greg Kroah-Hartman
b1b620bf a44073c2

+1 -1
+1 -1
kernel/Kconfig.hz
··· 30 30 250 Hz is a good compromise choice allowing server performance 31 31 while also showing good interactive responsiveness even 32 32 on SMP and NUMA systems. If you are going to be using NTSC video 33 - or multimedia, selected 300Hz instead. 33 + or multimedia, select 300Hz instead. 34 34 35 35 config HZ_300 36 36 bool "300 HZ"