diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-05 20:42:14 -0600 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-10-11 11:55:33 +0800 |
commit | 1df912762815df8a1254e4629dfb62e1845c15dd (patch) | |
tree | 359ee5cfec2ec258238e11399c84f818bdb32e51 /drivers | |
parent | 0a5f6f869f1c2c6e9f75d83203754937014cbe47 (diff) | |
download | u-boot-1df912762815df8a1254e4629dfb62e1845c15dd.tar.gz u-boot-1df912762815df8a1254e4629dfb62e1845c15dd.tar.bz2 u-boot-1df912762815df8a1254e4629dfb62e1845c15dd.zip |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/video/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 8361a717e7..97dbb64114 100644 --- 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 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 some setup handled by U-Boot itself. The graphics adaptor works as a VESA device and supports LCD panels, eDP and LVDS outputs. |