
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
configs/chromebook_jerry_defconfig | 2 ++ configs/firefly-rk3288_defconfig | 2 ++ configs/nyan-big_defconfig | 1 + configs/rock2_defconfig | 2 ++ drivers/video/Kconfig | 10 +++++++++- include/configs/chromebook_jerry.h | 1 - include/configs/firefly-rk3288.h | 1 - include/configs/nyan-big.h | 2 -- include/configs/rock2.h | 1 - 9 files changed, 16 insertions(+), 6 deletions(-)
applied to u-boot-video/master.
-- Anatolij