diff options
| author | Simon Glass <[email protected]> | 2022-10-18 07:24:15 -0600 |
|---|---|---|
| committer | Anatolij Gustschin <[email protected]> | 2022-10-30 20:07:17 +0100 |
| commit | d32eb92e9138214694efc9091f3760e445ce3905 (patch) | |
| tree | 758f110bb2e6b3f061dd377ce13bf0c1f3e3edad /cmd | |
| parent | b667f4b8c002bf7a6b0e9e2271cb37dd5c81a1ae (diff) | |
video: Drop CONFIG_VIDEO
This option is not used anymore. Drop it.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 54197160116..6cbc8f1fa2e 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1877,7 +1877,7 @@ menu "Misc commands" config CMD_BMP bool "Enable 'bmp' command" - depends on LCD || DM_VIDEO || VIDEO + depends on LCD || DM_VIDEO help This provides a way to obtain information about a BMP-format image and to display it. BMP (which presumably stands for BitMaP) is a |
