]> Git Repo - u-boot.git/commit
video: add CONFIG_I2C_EDID and disable CONFIG_DISPLAY by default
authorAnatolij Gustschin <[email protected]>
Mon, 25 Jan 2016 16:17:22 +0000 (17:17 +0100)
committerAnatolij Gustschin <[email protected]>
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 <[email protected]>
Reported-by: Bin Meng <[email protected]>
Cc: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Tested-by: Bin Meng <[email protected]>
Signed-off-by: Anatolij Gustschin <[email protected]>
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
This page took 0.036133 seconds and 4 git commands to generate.