[U-Boot] [PATCH] video: add CONFIG_I2C_EDID and disable CONFIG_DISPLAY by default

Anatolij Gustschin agust at denx.de
Tue Jan 26 08:12:25 CET 2016


> 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 at denx.de>
> Reported-by: Bin Meng <bmeng.cn at gmail.com>
> Cc: Simon Glass <sjg at 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


More information about the U-Boot mailing list