diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-17 20:12:56 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 18:33:22 -0400 |
commit | f8b19a889e0d9d21af4be6b0fd6363a5b5a546f7 (patch) | |
tree | 405fb38949de36ace5be0ddd96f474603c46f592 /drivers/video | |
parent | 27604b158fb2a85ae96e949822870bb6add10c46 (diff) | |
download | u-boot-imx-f8b19a889e0d9d21af4be6b0fd6363a5b5a546f7.zip u-boot-imx-f8b19a889e0d9d21af4be6b0fd6363a5b5a546f7.tar.gz u-boot-imx-f8b19a889e0d9d21af4be6b0fd6363a5b5a546f7.tar.bz2 |
Convert CONFIG_LCD to Kconfig
This converts the following to Kconfig:
CONFIG_LCD
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 866fafd..64757ad 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -443,4 +443,12 @@ config VIDEO model. Video drivers typically provide a colour text console and cursor. +config LCD + bool "Enable legacy LCD support" + help + Define this to enable LCD support (for output to LCD display). + You will also need to select an LCD driver using an additional + CONFIG option. See the README for details. Drives which have been + converted to driver model will instead used CONFIG_DM_VIDEO. + endmenu |