diff options
| author | Simon Glass <[email protected]> | 2017-08-04 16:34:54 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-08-11 15:42:00 -0400 |
| commit | 90d99e5936d4bcef31fd19a5339fbb1f1ca188a0 (patch) | |
| tree | 035e9ecb34661052aaacef3d76f17cc3c590efe8 /include | |
| parent | 1c27a4c9494b28bbe018762e534b2291081745df (diff) | |
Convert CONFIG_CMD_TCA642X to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_TCA642X
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
Diffstat (limited to 'include')
| -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 9b650090be8..7e2a011843d 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 |
