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/xpedite517x.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/xpedite517x.h') diff --git a/include/configs/xpedite517x.h b/include/configs/xpedite517x.h index c8695f1c78..453a672184 100644 --- a/include/configs/xpedite517x.h +++ b/include/configs/xpedite517x.h @@ -483,7 +483,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); /* * Command configuration. */ -#define CONFIG_CMD_PCA953X_INFO #define CONFIG_CMD_PCI #define CONFIG_CMD_PCI_ENUM #define CONFIG_CMD_REGINFO -- cgit