From ba7cc6c6c5c667f8510824cb0c47ea7ab3865de4 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 4 Aug 2017 16:34:33 -0600 Subject: Kconfig: Drop CONFIG_CMD_PCA953X_INFO It does not seem worth having an option to enable another sub-command in this legacy driver. Drop this option so that the sub-command is always available. Signed-off-by: Simon Glass Reviewed-by: Bin Meng Reviewed-by: Philipp Tomsich --- include/configs/cl-som-am57x.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/cl-som-am57x.h') diff --git a/include/configs/cl-som-am57x.h b/include/configs/cl-som-am57x.h index 00d2b8f..62bb2db 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_INFO #define CONFIG_SYS_I2C_PCA953X_ADDR 0x20 #define CONFIG_SYS_I2C_PCA953X_WIDTH { {0x20, 16} } -- cgit v1.1