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/strider.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/strider.h') diff --git a/include/configs/strider.h b/include/configs/strider.h index 507a41462b..aa7f15389c 100644 --- a/include/configs/strider.h +++ b/include/configs/strider.h @@ -301,7 +301,6 @@ #define CONFIG_SYS_FSL_I2C_OFFSET 0x3000 #define CONFIG_PCA953X /* NXP PCA9554 */ -#define CONFIG_CMD_PCA953X_INFO #define CONFIG_SYS_I2C_PCA953X_WIDTH { {0x24, 16}, {0x25, 16}, {0x26, 16}, \ {0x3c, 8}, {0x3d, 8}, {0x3e, 8} } -- cgit