video: Drop CONFIG_VIDEO
This option is not used anymore. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
b667f4b8c0
commit
d32eb92e91
@ -1877,7 +1877,7 @@ menu "Misc commands"
|
|||||||
|
|
||||||
config CMD_BMP
|
config CMD_BMP
|
||||||
bool "Enable 'bmp' command"
|
bool "Enable 'bmp' command"
|
||||||
depends on LCD || DM_VIDEO || VIDEO
|
depends on LCD || DM_VIDEO
|
||||||
help
|
help
|
||||||
This provides a way to obtain information about a BMP-format image
|
This provides a way to obtain information about a BMP-format image
|
||||||
and to display it. BMP (which presumably stands for BitMaP) is a
|
and to display it. BMP (which presumably stands for BitMaP) is a
|
||||||
|
@ -700,15 +700,6 @@ config VIDEO_ZYNQMP_DPSUB
|
|||||||
|
|
||||||
source "drivers/video/nexell/Kconfig"
|
source "drivers/video/nexell/Kconfig"
|
||||||
|
|
||||||
config VIDEO
|
|
||||||
bool "Enable legacy video support"
|
|
||||||
depends on !DM_VIDEO
|
|
||||||
help
|
|
||||||
Define this for video support, without using driver model. Some
|
|
||||||
drivers use this because they are not yet converted to driver
|
|
||||||
model. Video drivers typically provide a colour text console and
|
|
||||||
cursor.
|
|
||||||
|
|
||||||
config CONSOLE_SCROLL_LINES
|
config CONSOLE_SCROLL_LINES
|
||||||
int "Number of lines to scroll the console by"
|
int "Number of lines to scroll the console by"
|
||||||
depends on DM_VIDEO || LCD
|
depends on DM_VIDEO || LCD
|
||||||
|
Loading…
Reference in New Issue
Block a user