diff options
author | Adam Ford | 2018-01-24 15:21:21 -0600 |
---|---|---|
committer | Tom Rini | 2018-01-30 14:59:32 -0500 |
commit | 11d2e98d7e75dfb40651eb95c32ca36778cd96d3 (patch) | |
tree | 73418723717401a0bc286f60daf871f59872e312 /include/configs/tricorder.h | |
parent | 76e22222d3aa6edf0150d32d6a3c501bf3424b5d (diff) |
Convert CONFIG_SYS_OMAP24_I2C_SLAVE et al to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_OMAP24_I2C_SLAVE
CONFIG_SYS_OMAP24_I2C_SPEED
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'include/configs/tricorder.h')
-rw-r--r-- | include/configs/tricorder.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h index f892a5712ca..0298b563536 100644 --- a/include/configs/tricorder.h +++ b/include/configs/tricorder.h @@ -58,8 +58,6 @@ /* I2C */ #define CONFIG_SYS_I2C -#define CONFIG_SYS_OMAP24_I2C_SPEED 100000 -#define CONFIG_SYS_OMAP24_I2C_SLAVE 1 /* EEPROM */ |