projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a5f6f8
)
x86: video: Fix typo in broadwell Kconfig
author
Simon Glass
<
[email protected]
>
Thu, 6 Oct 2016 02:42:14 +0000
(20:42 -0600)
committer
Bin Meng
<
[email protected]
>
Tue, 11 Oct 2016 03:55:33 +0000
(11:55 +0800)
'enabled' should be 'enables'. Fix it.
Signed-off-by: Simon Glass <
[email protected]
>
Reviewed-by: Bin Meng <
[email protected]
>
drivers/video/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/video/Kconfig
b/drivers/video/Kconfig
index 8361a717e76e628db375b61ade31a2890550f9df..97dbb641149a9e27de1f7c277d7d4a283369f128 100644
(file)
--- a/
drivers/video/Kconfig
+++ b/
drivers/video/Kconfig
@@
-366,7
+366,7
@@
config VIDEO_BROADWELL_IGD
bool "Enable Intel Broadwell integrated graphics device"
depends on X86
help
- This enable
d
support for integrated graphics on Intel broadwell
+ This enable
s
support for integrated graphics on Intel broadwell
devices. Initialisation is mostly performed by a VGA boot ROM, with
some setup handled by U-Boot itself. The graphics adaptor works as
a VESA device and supports LCD panels, eDP and LVDS outputs.