video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO

Now that all the old code is gone, rename this option. Driver model
migration is now complete.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass 2022-10-18 07:46:31 -06:00 committed by Anatolij Gustschin
parent 9330abfb4a
commit b86986c7b3
235 changed files with 252 additions and 254 deletions

View file

@ -353,7 +353,7 @@ void efi_setup_console_size(void)
int rows = 25, cols = 80;
int ret = -ENODEV;
if (IS_ENABLED(CONFIG_DM_VIDEO))
if (IS_ENABLED(CONFIG_VIDEO))
ret = query_vidconsole(&rows, &cols);
if (ret)
ret = query_console_serial(&rows, &cols);