|
@@ -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
|