Skip to content

Commit 50f56e5

Browse files
luaranedaMichal Simek
authored andcommitted
arm: zynq: zybo: migrate CONFIG_DISPLAY to defconfig
Only add CONFIG_DISPLAY to defconfig because CONFIG_I2C_EDID is automatically selected by CONFIG_DISPLAY Signed-off-by: Luis Araneda <luaraneda@gmail.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
1 parent f213dbb commit 50f56e5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

configs/zynq_zybo_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0x0300
7272
CONFIG_CI_UDC=y
7373
CONFIG_USB_GADGET_DOWNLOAD=y
7474
CONFIG_USB_FUNCTION_THOR=y
75+
CONFIG_DISPLAY=y

include/configs/zynq_zybo.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212

1313
#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1
1414
#define CONFIG_ZYNQ_GEM_EEPROM_ADDR 0x50
15-
#define CONFIG_DISPLAY
16-
#define CONFIG_I2C_EDID
1715

1816
#include <configs/zynq-common.h>
1917

0 commit comments

Comments
 (0)