Enable the configuration required for the HDMI pipeline on MT8188 based boards such as the Genio 510 EVK (MT8370) and Genio 700 EVK (MT8390): video, the MediaTek HDMI driver, DM I2C for the DDC bus, the PHY uclass and the U-Boot logo.
Signed-off-by: Julien Stephan <[email protected]> --- configs/mt8188.config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/mt8188.config b/configs/mt8188.config index c6785476d9a..31468a7f005 100644 --- a/configs/mt8188.config +++ b/configs/mt8188.config @@ -12,16 +12,21 @@ CONFIG_BOOTSTD_FULL=y # CONFIG_BOARD_INIT is not set CONFIG_CMD_CLK=y CONFIG_CMD_GPT=y +CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y CONFIG_OF_UPSTREAM=y CONFIG_CLK=y +CONFIG_DM_I2C=y CONFIG_MMC_MTK=y +CONFIG_PHY=y CONFIG_PINCTRL=y CONFIG_POWER_DOMAIN=y CONFIG_MT8188_POWER_DOMAIN=y CONFIG_BAUDRATE=921600 CONFIG_DM_SERIAL=y CONFIG_MTK_SERIAL=y +CONFIG_VIDEO=y +CONFIG_VIDEO_MEDIATEK_HDMI=y # CONFIG_WATCHDOG_AUTOSTART is not set CONFIG_WDT=y CONFIG_WDT_MTK=y -- 2.55.0
