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.

fbdev: update help text for CONFIG_FB_NVIDIA

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>

authored by

robgithub and committed by
Helge Deller
ea11284a d3da7f00

+6 -4
+6 -4
drivers/video/fbdev/Kconfig
··· 668 668 select BITREVERSE 669 669 select VGASTATE 670 670 help 671 - This driver supports graphics boards with the nVidia chips, TNT 672 - and newer. For very old chipsets, such as the RIVA128, then use 673 - the rivafb. 674 - Say Y if you have such a graphics board. 671 + This driver supports graphics boards with the nVidia chips, from TNT 672 + through early GeForce generations (NV4–NV2x: Twintor, Twintor2, Celsius, 673 + Kelvin). 674 + Later architectures (Rankine and newer) are not reliably supported. 675 + For very old chipsets, such as the RIVA128, use rivafb. 676 + If unsure, say N. 675 677 676 678 To compile this driver as a module, choose M here: the 677 679 module will be called nvidiafb.