aboutsummaryrefslogtreecommitdiff
path: root/include/configs/cl-som-am57x.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-08-04 16:34:32 -0600
committerTom Rini <trini@konsulko.com>2017-08-11 15:41:50 -0400
commit0091362ce50917ac028e515b9fa19d1257a3080c (patch)
treefcfa85f693fecb68c2236e45f9098579dc7eb3b9 /include/configs/cl-som-am57x.h
parent978f0854da2abaeebe047c24c12c1033de75060a (diff)
downloadu-boot-0091362ce50917ac028e515b9fa19d1257a3080c.zip
u-boot-0091362ce50917ac028e515b9fa19d1257a3080c.tar.gz
u-boot-0091362ce50917ac028e515b9fa19d1257a3080c.tar.bz2
Convert CONFIG_CMD_PCA953X to Kconfig
This converts the following to Kconfig: CONFIG_CMD_PCA953X Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'include/configs/cl-som-am57x.h')
-rw-r--r--include/configs/cl-som-am57x.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/cl-som-am57x.h b/include/configs/cl-som-am57x.h
index 4010354..00d2b8f 100644
--- a/include/configs/cl-som-am57x.h
+++ b/include/configs/cl-som-am57x.h
@@ -74,7 +74,6 @@
CONFIG_SYS_SCSI_MAX_LUN)
/* PCA9555 GPIO expander support */
#define CONFIG_PCA953X
-#define CONFIG_CMD_PCA953X
#define CONFIG_CMD_PCA953X_INFO
#define CONFIG_SYS_I2C_PCA953X_ADDR 0x20
#define CONFIG_SYS_I2C_PCA953X_WIDTH { {0x20, 16} }