diff options
author | Tom Rini | 2021-08-18 23:12:32 -0400 |
---|---|---|
committer | Tom Rini | 2021-08-30 14:10:07 -0400 |
commit | a5752f8a2594613f96faac01748742de2ee06da2 (patch) | |
tree | 562bf703a3f1815b16ff8cf667d3c71f4c98a30a /include/configs/theadorable.h | |
parent | 1edef7693b576f7ab208a697bb01f033b68041fb (diff) |
Convert CONFIG_SYS_I2C_SPEED et al to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_I2C_SPEED
CONFIG_SYS_I2C_SLAVE
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/theadorable.h')
-rw-r--r-- | include/configs/theadorable.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/theadorable.h b/include/configs/theadorable.h index 417b41d2881..746bdb74e2b 100644 --- a/include/configs/theadorable.h +++ b/include/configs/theadorable.h @@ -25,8 +25,6 @@ /* I2C */ #define CONFIG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE #define CONFIG_I2C_MVTWSI_BASE1 MVEBU_TWSI1_BASE -#define CONFIG_SYS_I2C_SLAVE 0x0 -#define CONFIG_SYS_I2C_SPEED 100000 /* USB/EHCI configuration */ #define CONFIG_EHCI_IS_TDI |