summaryrefslogtreecommitdiff
path: root/include/configs/snapper9260.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-08-04 16:34:33 -0600
committerTom Rini <trini@konsulko.com>2017-08-11 15:41:50 -0400
commitba7cc6c6c5c667f8510824cb0c47ea7ab3865de4 (patch)
treec450d7c639083d315fdbb2ecc83e2bceb667fe55 /include/configs/snapper9260.h
parent0091362ce50917ac028e515b9fa19d1257a3080c (diff)
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 <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/snapper9260.h')
-rw-r--r--include/configs/snapper9260.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/snapper9260.h b/include/configs/snapper9260.h
index 8ff0fa3412..e7828a5036 100644
--- a/include/configs/snapper9260.h
+++ b/include/configs/snapper9260.h
@@ -136,7 +136,4 @@
/* U-Boot memory settings */
#define CONFIG_SYS_MALLOC_LEN (1 << 20)
-/* Command line configuration */
-#define CONFIG_CMD_PCA953X_INFO
-
#endif /* __CONFIG_H */