diff options
author | Simon Glass <sjg@chromium.org> | 2017-08-04 16:34:32 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-11 15:41:50 -0400 |
commit | 0091362ce50917ac028e515b9fa19d1257a3080c (patch) | |
tree | fcfa85f693fecb68c2236e45f9098579dc7eb3b9 /include/configs/snapper9260.h | |
parent | 978f0854da2abaeebe047c24c12c1033de75060a (diff) | |
download | u-boot-0091362ce50917ac028e515b9fa19d1257a3080c.tar.gz |
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/snapper9260.h')
-rw-r--r-- | include/configs/snapper9260.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/snapper9260.h b/include/configs/snapper9260.h index 5ec8c1b695..8ff0fa3412 100644 --- a/include/configs/snapper9260.h +++ b/include/configs/snapper9260.h @@ -137,7 +137,6 @@ #define CONFIG_SYS_MALLOC_LEN (1 << 20) /* Command line configuration */ -#define CONFIG_CMD_PCA953X #define CONFIG_CMD_PCA953X_INFO #endif /* __CONFIG_H */ |