diff options
author | eric.gao@rock-chips.com <eric.gao@rock-chips.com> | 2017-04-17 14:24:23 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-05-10 19:37:21 (GMT) |
commit | b98f0a3d974f08d13b5d7af36e3669c6378207cc (patch) | |
tree | 12f2148345a239898402ff56a7dccc92931198a2 /configs/firefly-rk3288_defconfig | |
parent | 90c9127e4723e6d57c3cc47f0a7907f2b813cfd4 (diff) | |
download | u-boot-b98f0a3d974f08d13b5d7af36e3669c6378207cc.tar.xz |
rockchip: video: Kconfig: Add Kconfig for rockchip video driver
1. add Kconfig for rockchip video driver, so that video port can be
selected as needed.
2. move VIDEO_ROCKCHIP option to new Kconfig for concision.
Signed-off-by: Eric Gao <eric.gao@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
Drop indenting in Kconfig:
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/firefly-rk3288_defconfig')
-rw-r--r-- | configs/firefly-rk3288_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/firefly-rk3288_defconfig b/configs/firefly-rk3288_defconfig index f2872a6..9cf576c 100644 --- a/configs/firefly-rk3288_defconfig +++ b/configs/firefly-rk3288_defconfig @@ -69,6 +69,7 @@ CONFIG_USB_STORAGE=y CONFIG_DM_VIDEO=y CONFIG_DISPLAY=y CONFIG_VIDEO_ROCKCHIP=y +CONFIG_DISPLAY_ROCKCHIP_HDMI=y CONFIG_CONSOLE_SCROLL_LINES=10 CONFIG_USE_TINY_PRINTF=y CONFIG_CMD_DHRYSTONE=y |