diff options
author | Tom Rini <trini@konsulko.com> | 2021-11-07 22:59:43 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-12 14:18:17 -0500 |
commit | 21e04320588d744729e073b09a08466b06db38c9 (patch) | |
tree | 99d7e97dcaf843178f29af9e6019078d7a05ff65 /configs/sandbox64_defconfig | |
parent | 8bd39de9b1bdaabaae35b0d9543376ccf3ff2424 (diff) | |
download | u-boot-21e04320588d744729e073b09a08466b06db38c9.tar.gz u-boot-21e04320588d744729e073b09a08466b06db38c9.tar.bz2 u-boot-21e04320588d744729e073b09a08466b06db38c9.zip |
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/sandbox64_defconfig')
-rw-r--r-- | configs/sandbox64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig index f8c021e36d..d849989cf6 100644 --- a/configs/sandbox64_defconfig +++ b/configs/sandbox64_defconfig @@ -220,6 +220,7 @@ CONFIG_DM_VIDEO=y CONFIG_CONSOLE_ROTATION=y CONFIG_CONSOLE_TRUETYPE=y CONFIG_CONSOLE_TRUETYPE_CANTORAONE=y +CONFIG_I2C_EDID=y CONFIG_VIDEO_SANDBOX_SDL=y CONFIG_OSD=y CONFIG_SANDBOX_OSD=y |