fb: intelfb: fix Kconfig symbol info in help text
"Linux Kernel Mailing List" <[email protected]>
| Newsgroups | gmane.linux.kernel.commits.head |
|---|---|
| Message-ID | <[email protected]> |
Web: https://git.kernel.org/torvalds/c/530a6397a9af57e654c6d187c99ca50bfcf9f30d Commit: 530a6397a9af57e654c6d187c99ca50bfcf9f30d Parent: 9cb18db0701f6b74f0c45c23ad767b3ebebe37f6 Refname: refs/heads/master Author: Randy Dunlap <[email protected]> AuthorDate: Fri Dec 29 19:48:43 2017 +0100 Committer: Bartlomiej Zolnierkiewicz <[email protected]> CommitDate: Fri Dec 29 19:48:43 2017 +0100 fb: intelfb: fix Kconfig symbol info in help text Fix Kconfig symbol typo; it should be FB_INTEL. Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]> --- drivers/video/fbdev/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html