diff options
author | Tom Rini | 2021-11-07 22:59:43 -0500 |
---|---|---|
committer | Tom Rini | 2021-11-12 14:18:17 -0500 |
commit | 21e04320588d744729e073b09a08466b06db38c9 (patch) | |
tree | 99d7e97dcaf843178f29af9e6019078d7a05ff65 /configs/gwventana_gw5904_defconfig | |
parent | 8bd39de9b1bdaabaae35b0d9543376ccf3ff2424 (diff) |
Convert CONFIG_I2C_EDID et al to Kconfig
This converts the following to Kconfig:
CONFIG_I2C_EDID
CONFIG_I2C_EEPROM
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/gwventana_gw5904_defconfig')
-rw-r--r-- | configs/gwventana_gw5904_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/gwventana_gw5904_defconfig b/configs/gwventana_gw5904_defconfig index b1f8c9e9d56..3309c657f19 100644 --- a/configs/gwventana_gw5904_defconfig +++ b/configs/gwventana_gw5904_defconfig @@ -149,6 +149,7 @@ CONFIG_DM_VIDEO=y # CONFIG_VIDEO_ANSI is not set CONFIG_SYS_WHITE_ON_BLACK=y # CONFIG_PANEL is not set +CONFIG_I2C_EDID=y CONFIG_VIDEO_IPUV3=y CONFIG_SPLASH_SCREEN=y CONFIG_SPLASH_SCREEN_ALIGN=y |