From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 26 Jan 2016 08:12:25 +0100 Subject: [U-Boot] [PATCH] video: add CONFIG_I2C_EDID and disable CONFIG_DISPLAY by default In-Reply-To: <1453738642-4246-1-git-send-email-agust@denx.de> References: <1453738642-4246-1-git-send-email-agust@denx.de> Message-ID: <20160126081225.65bd44ac@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > 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 > Reported-by: Bin Meng > Cc: Simon Glass > --- > 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