sunxi: change the DE1 video option to CONFIG_VIDEO_SUNXI
authorIcenowy Zheng <icenowy@aosc.io>
Thu, 26 Oct 2017 03:14:44 +0000 (11:14 +0800)
committerAnatolij Gustschin <agust@denx.de>
Thu, 26 Oct 2017 09:48:49 +0000 (11:48 +0200)
commit401a3ca0fb7070ab1654dde67192037b64fe0873
tree5f170d24aae8fabfae7ce04b30ae3f8d97b415f6
parent4c7a211046a3956058b512edd8533f7df031cc4a
sunxi: change the DE1 video option to CONFIG_VIDEO_SUNXI

The sunxi DE1 video option used to be CONFIG_VIDEO, which has the same
name as the "Enable legacy video support" option in
drivers/video/Kconfig.

Change the option name to CONFIG_VIDEO_SUNXI, which is really used by
Makefile under drivers/video/sunxi/, and defined in sunxi-common.h
when CONFIG_VIDEO is selected before this change. Now CONFIG_VIDEO_SUNXI
selects CONFIG_VIDEO and the usages of CONFIG_VIDEO in sunxi Kconfig and
config headers are all converted to use CONFIG_VIDEO_SUNXI.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
arch/arm/mach-sunxi/Kconfig
include/configs/sunxi-common.h
scripts/config_whitelist.txt