x86: video: Fix typo in broadwell Kconfig
'enabled' should be 'enables'. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
0a5f6f869f
commit
1df9127628
@ -366,7 +366,7 @@ config VIDEO_BROADWELL_IGD
|
|||||||
bool "Enable Intel Broadwell integrated graphics device"
|
bool "Enable Intel Broadwell integrated graphics device"
|
||||||
depends on X86
|
depends on X86
|
||||||
help
|
help
|
||||||
This enabled support for integrated graphics on Intel broadwell
|
This enables support for integrated graphics on Intel broadwell
|
||||||
devices. Initialisation is mostly performed by a VGA boot ROM, with
|
devices. Initialisation is mostly performed by a VGA boot ROM, with
|
||||||
some setup handled by U-Boot itself. The graphics adaptor works as
|
some setup handled by U-Boot itself. The graphics adaptor works as
|
||||||
a VESA device and supports LCD panels, eDP and LVDS outputs.
|
a VESA device and supports LCD panels, eDP and LVDS outputs.
|
||||||
|
Loading…
Reference in New Issue
Block a user