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/mx6sabreauto.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/mx6sabreauto.h')
-rw-r--r-- | include/configs/mx6sabreauto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx6sabreauto.h b/include/configs/mx6sabreauto.h index f5f95a1bd1c..888da7ce365 100644 --- a/include/configs/mx6sabreauto.h +++ b/include/configs/mx6sabreauto.h @@ -15,7 +15,6 @@ #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) #define CONFIG_MXC_USB_FLAGS 0 -#define CONFIG_PCA953X #define CFG_SYS_I2C_PCA953X_WIDTH { {0x30, 8}, {0x32, 8}, {0x34, 8} } #include "mx6sabre_common.h" |