diff options
author | Anatolij Gustschin <agust@denx.de> | 2020-10-26 19:50:58 +0100 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2020-10-26 20:55:51 +0100 |
commit | 9dec5a0ea1301d7c1f350fed3f309471b695584f (patch) | |
tree | 9efe0f659d33078ed0b19e60cd48a4ce31916e8f /drivers/video | |
parent | 8c9940d5ece509ce681bf1b6481832e652526820 (diff) | |
download | u-boot-9dec5a0ea1301d7c1f350fed3f309471b695584f.tar.gz |
nokia_rx51: disable obsolete VIDEO config
Disable VIDEO config to fix DM_VIDEO conversion
deadline warning.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 2f3bb4b085..998271b9b6 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -665,7 +665,7 @@ config VIDEO config CFB_CONSOLE bool "Enable colour frame buffer console" - depends on VIDEO + depends on VIDEO || ARCH_OMAP2PLUS default y if VIDEO help Enables the colour frame buffer driver. This supports colour |