]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
fbdev: update help text for CONFIG_FB_NVIDIA
authorrobgithub <rob.github@jumpstation.co.uk>
Thu, 12 Mar 2026 20:55:07 +0000 (20:55 +0000)
committerHelge Deller <deller@gmx.de>
Sat, 21 Mar 2026 06:11:34 +0000 (07:11 +0100)
The help text for CONFIG_FB_NVIDIA refers to obsolete hardware and
incorrect default behaviour. This patch updates the description to
reflect the current state of the driver and supported devices.

Signed-off-by: robgithub <rob.github@jumpstation.co.uk>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/Kconfig

index ac9ac4287c6a1167e1200590e66d7c6d6351d4ac..1c73d560f196c61f134e5b62a7ebbf8ef94d4b2b 100644 (file)
@@ -668,10 +668,12 @@ config FB_NVIDIA
        select BITREVERSE
        select VGASTATE
        help
-         This driver supports graphics boards with the nVidia chips, TNT
-         and newer. For very old chipsets, such as the RIVA128, then use
-         the rivafb.
-         Say Y if you have such a graphics board.
+         This driver supports graphics boards with the nVidia chips, from TNT
+         through early GeForce generations (NV4–NV2x: Twintor, Twintor2, Celsius,
+         Kelvin).
+         Later architectures (Rankine and newer) are not reliably supported.
+         For very old chipsets, such as the RIVA128, use rivafb.
+         If unsure, say N.
 
          To compile this driver as a module, choose M here: the
          module will be called nvidiafb.