diff options
author | Simon Glass <sjg@chromium.org> | 2017-08-04 16:34:54 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-11 15:42:00 -0400 |
commit | 90d99e5936d4bcef31fd19a5339fbb1f1ca188a0 (patch) | |
tree | 035e9ecb34661052aaacef3d76f17cc3c590efe8 /include/configs/omap5_uevm.h | |
parent | 1c27a4c9494b28bbe018762e534b2291081745df (diff) | |
download | u-boot-90d99e5936d4bcef31fd19a5339fbb1f1ca188a0.tar.gz |
Convert CONFIG_CMD_TCA642X to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_TCA642X
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/omap5_uevm.h')
-rw-r--r-- | include/configs/omap5_uevm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_uevm.h index 9b650090be..7e2a011843 100644 --- a/include/configs/omap5_uevm.h +++ b/include/configs/omap5_uevm.h @@ -46,7 +46,6 @@ /* Required support for the TCA642X GPIO we have on the uEVM */ #define CONFIG_TCA642X -#define CONFIG_CMD_TCA642X #define CONFIG_SYS_I2C_TCA642X_BUS_NUM 4 #define CONFIG_SYS_I2C_TCA642X_ADDR 0x22 |