diff options
author | Adam Ford <aford173@gmail.com> | 2018-01-24 15:21:21 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-30 14:59:32 -0500 |
commit | 11d2e98d7e75dfb40651eb95c32ca36778cd96d3 (patch) | |
tree | 73418723717401a0bc286f60daf871f59872e312 /include/configs/sniper.h | |
parent | 76e22222d3aa6edf0150d32d6a3c501bf3424b5d (diff) | |
download | u-boot-11d2e98d7e75dfb40651eb95c32ca36778cd96d3.tar.gz |
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/sniper.h')
-rw-r--r-- | include/configs/sniper.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/sniper.h b/include/configs/sniper.h index 0ed72cf901..1966a72f6b 100644 --- a/include/configs/sniper.h +++ b/include/configs/sniper.h @@ -59,8 +59,6 @@ */ #define CONFIG_SYS_I2C -#define CONFIG_SYS_OMAP24_I2C_SPEED 400000 -#define CONFIG_SYS_OMAP24_I2C_SLAVE 1 #define CONFIG_I2C_MULTI_BUS /* |