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

Simon Glass sjg at chromium.org
Mon Jan 25 22:43:55 CET 2016


On 25 January 2016 at 09:17, Anatolij Gustschin <agust at denx.de> wrote:
> 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(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list