projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cb18db
)
fb: intelfb: fix Kconfig symbol info in help text
author
Randy Dunlap
<rdunlap@infradead.org>
Fri, 29 Dec 2017 18:48:43 +0000
(19:48 +0100)
committer
Bartlomiej Zolnierkiewicz
<b.zolnierkie@samsung.com>
Fri, 29 Dec 2017 18:48:43 +0000
(19:48 +0100)
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>
drivers/video/fbdev/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/video/fbdev/Kconfig
b/drivers/video/fbdev/Kconfig
index 2f615b7f1c9f61e1e04a4857069f7a450d757130..9c1fcc3d3daa7108db462178359a3db8112c4bb2 100644
(file)
--- 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_INTEL
FB
=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.