]> git.ipfire.org Git - people/ms/u-boot.git/commit
video: add CONFIG_I2C_EDID and disable CONFIG_DISPLAY by default
authorAnatolij Gustschin <agust@denx.de>
Mon, 25 Jan 2016 16:17:22 +0000 (17:17 +0100)
committerAnatolij Gustschin <agust@denx.de>
Tue, 26 Jan 2016 07:06:13 +0000 (08:06 +0100)
commit7588c312528eea9e24ef5c1b9a29a256ac5024d4
treef1b2c0ef0119837730556447e1608d6477add1a2
parente32951b525c5cd67aece0dffb7d4012b1567dcaf
video: add CONFIG_I2C_EDID and disable CONFIG_DISPLAY by default

Enabling CONFIG_DISPLAY breaks building for some architectures
(microblaze-generic), so we disable CONFIG_DISPLAY in Kconfig
by default and enable this option in defconfigs. CONFIG_DISPLAY
depends on CONFIG_I2C_EDID, so add and enable it in defconfigs, too.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Reported-by: Bin Meng <bmeng.cn@gmail.com>
Cc: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
configs/chromebook_jerry_defconfig
configs/firefly-rk3288_defconfig
configs/nyan-big_defconfig
configs/rock2_defconfig
drivers/video/Kconfig
include/configs/chromebook_jerry.h
include/configs/firefly-rk3288.h
include/configs/nyan-big.h
include/configs/rock2.h