mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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>
This commit is contained in:
parent
a44073c28b
commit
b1b620bfa9
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ choice
|
|||
250 Hz is a good compromise choice allowing server performance
|
||||
while also showing good interactive responsiveness even
|
||||
on SMP and NUMA systems. If you are going to be using NTSC video
|
||||
or multimedia, selected 300Hz instead.
|
||||
or multimedia, select 300Hz instead.
|
||||
|
||||
config HZ_300
|
||||
bool "300 HZ"
|
||||
|
|
Loading…
Add table
Reference in a new issue