summaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorRandy Dunlap2017-12-29 19:48:43 +0100
committerBartlomiej Zolnierkiewicz2017-12-29 19:48:43 +0100
commit530a6397a9af57e654c6d187c99ca50bfcf9f30d (patch)
tree37d0016b759fc2146dd47f264b74c78159fdd8c3 /drivers/video
parentvideo: fbdev: atmel_lcdfb: fix display-timings lookup (diff)
downloadkernel-qcow2-linux-530a6397a9af57e654c6d187c99ca50bfcf9f30d.tar.gz
kernel-qcow2-linux-530a6397a9af57e654c6d187c99ca50bfcf9f30d.tar.xz
kernel-qcow2-linux-530a6397a9af57e654c6d187c99ca50bfcf9f30d.zip
fb: intelfb: fix Kconfig symbol info in help text
Fix Kconfig symbol typo; it should be FB_INTEL. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/fbdev/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig
index 2f615b7f1c9f..9c1fcc3d3daa 100644
--- a/drivers/video/fbdev/Kconfig
+++ b/drivers/video/fbdev/Kconfig
@@ -1187,7 +1187,7 @@ config FB_INTEL
830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/965G/965GM chipsets.
Say Y if you have and plan to use such a board.
- To make FB_INTELFB=Y work you need to say AGP_INTEL=y too.
+ To make FB_INTEL=Y work you need to say AGP_INTEL=y too.
To compile this driver as a module, choose M here: the
module will be called intelfb.