summaryrefslogtreecommitdiffstats
path: root/include/configs/nyan-big.h
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2016-01-25 17:17:22 +0100
committerAnatolij Gustschin <agust@denx.de>2016-01-26 08:06:13 +0100
commit7588c312528eea9e24ef5c1b9a29a256ac5024d4 (patch)
treef1b2c0ef0119837730556447e1608d6477add1a2 /include/configs/nyan-big.h
parente32951b525c5cd67aece0dffb7d4012b1567dcaf (diff)
downloadtalos-obmc-uboot-7588c312528eea9e24ef5c1b9a29a256ac5024d4.tar.gz
talos-obmc-uboot-7588c312528eea9e24ef5c1b9a29a256ac5024d4.zip
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 <agust@denx.de> Reported-by: Bin Meng <bmeng.cn@gmail.com> Cc: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Bin Meng <bmeng.cn@gmail.com> Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'include/configs/nyan-big.h')
-rw-r--r--include/configs/nyan-big.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/nyan-big.h b/include/configs/nyan-big.h
index 9464153f58..176f6e902b 100644
--- a/include/configs/nyan-big.h
+++ b/include/configs/nyan-big.h
@@ -37,8 +37,6 @@
#define CONFIG_SYS_MMC_ENV_PART 2
#define CONFIG_ENV_OFFSET (-CONFIG_ENV_SIZE)
-#define CONFIG_I2C_EDID
-
/* LCD support */
#define CONFIG_LCD
#define CONFIG_PWM_TEGRA
OpenPOWER on IntegriCloud