diff options
author | Tom Rini <trini@konsulko.com> | 2022-11-19 18:45:30 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-05 16:07:13 -0500 |
commit | c3187fb1448baf142d43fcc3d6f0e88e082050b9 (patch) | |
tree | df70b3c7aa59571d2fa65092124ec768122c4bae /configs/cl-som-imx7_defconfig | |
parent | 9200011e9563c2deb71eae3c6769a92ea4e6c733 (diff) | |
download | u-boot-c3187fb1448baf142d43fcc3d6f0e88e082050b9.tar.gz |
Convert CONFIG_PCA953X to Kconfig
This converts the following to Kconfig:
CONFIG_PCA953X
Cc: Uri Mashiach <uri.mashiach@compulab.co.il>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/cl-som-imx7_defconfig')
-rw-r--r-- | configs/cl-som-imx7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/cl-som-imx7_defconfig b/configs/cl-som-imx7_defconfig index 3571dba6d2a..d1a044e3f7b 100644 --- a/configs/cl-som-imx7_defconfig +++ b/configs/cl-som-imx7_defconfig @@ -74,6 +74,7 @@ CONFIG_ETHPRIME="FEC" CONFIG_SPL_DM=y CONFIG_BOUNCE_BUFFER=y CONFIG_CMD_PCA953X=y +CONFIG_PCA953X=y CONFIG_SYS_I2C_LEGACY=y CONFIG_SPL_SYS_I2C_LEGACY=y CONFIG_SYS_I2C_MXC=y |