]> git.ipfire.org Git - people/ms/u-boot.git/commit
video: add an option for video simplefb via DT
authorIcenowy Zheng <icenowy@aosc.io>
Thu, 26 Oct 2017 03:14:46 +0000 (11:14 +0800)
committerAnatolij Gustschin <agust@denx.de>
Thu, 26 Oct 2017 09:53:39 +0000 (11:53 +0200)
commitf6bdddc92bbbd555868067cc529275327d1ba0fa
treeef940250d47dfc0b2d8cd3fda27e6093afe7bfc5
parente5f92467d77db8c00b389d2723242f6972e74d37
video: add an option for video simplefb via DT

Add an option to indicate that the video driver should setup a SimpleFB
node that passes the video framebuffer initialized by U-Boot to the
operating system kernel.

Currently only the Allwinner DE driver uses this option, and the
definition of this option in the sunxi-common.h config header is
converted to an imply of this option from CONFIG_VIDEO_SUNXI.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/mach-sunxi/Kconfig
drivers/video/Kconfig
include/configs/sunxi-common.h