diff options
author | Tom Rini | 2022-11-19 18:45:30 -0500 |
---|---|---|
committer | Tom Rini | 2022-12-05 16:07:13 -0500 |
commit | c3187fb1448baf142d43fcc3d6f0e88e082050b9 (patch) | |
tree | df70b3c7aa59571d2fa65092124ec768122c4bae /include/configs/imx8qxp_mek.h | |
parent | 9200011e9563c2deb71eae3c6769a92ea4e6c733 (diff) |
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 'include/configs/imx8qxp_mek.h')
-rw-r--r-- | include/configs/imx8qxp_mek.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/imx8qxp_mek.h b/include/configs/imx8qxp_mek.h index 19f1dba0470..d75b8bf0c18 100644 --- a/include/configs/imx8qxp_mek.h +++ b/include/configs/imx8qxp_mek.h @@ -110,10 +110,6 @@ /* LPDDR4 board total DDR is 3GB */ #define PHYS_SDRAM_2_SIZE 0x40000000 /* 1 GB */ -#ifndef CONFIG_DM_PCA953X -#define CONFIG_PCA953X -#endif - /* Misc configuration */ #endif /* __IMX8QXP_MEK_H */ |