mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 20:51:39 +00:00
nokia_rx51: disable obsolete VIDEO config
Disable VIDEO config to fix DM_VIDEO conversion deadline warning. Signed-off-by: Anatolij Gustschin <agust@denx.de>
This commit is contained in:
parent
8c9940d5ec
commit
9dec5a0ea1
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ CONFIG_USB_MUSB_HCD=y
|
||||||
CONFIG_USB_MUSB_UDC=y
|
CONFIG_USB_MUSB_UDC=y
|
||||||
CONFIG_USB_OMAP3=y
|
CONFIG_USB_OMAP3=y
|
||||||
CONFIG_TWL4030_USB=y
|
CONFIG_TWL4030_USB=y
|
||||||
CONFIG_VIDEO=y
|
CONFIG_CFB_CONSOLE=y
|
||||||
CONFIG_CFB_CONSOLE_ANSI=y
|
CONFIG_CFB_CONSOLE_ANSI=y
|
||||||
# CONFIG_VGA_AS_SINGLE_DEVICE is not set
|
# CONFIG_VGA_AS_SINGLE_DEVICE is not set
|
||||||
CONFIG_SPLASH_SCREEN=y
|
CONFIG_SPLASH_SCREEN=y
|
||||||
|
|
|
@ -665,7 +665,7 @@ config VIDEO
|
||||||
|
|
||||||
config CFB_CONSOLE
|
config CFB_CONSOLE
|
||||||
bool "Enable colour frame buffer console"
|
bool "Enable colour frame buffer console"
|
||||||
depends on VIDEO
|
depends on VIDEO || ARCH_OMAP2PLUS
|
||||||
default y if VIDEO
|
default y if VIDEO
|
||||||
help
|
help
|
||||||
Enables the colour frame buffer driver. This supports colour
|
Enables the colour frame buffer driver. This supports colour
|
||||||
|
|
Loading…
Add table
Reference in a new issue