diff options
| author | Simon Glass <[email protected]> | 2024-08-11 08:50:44 -0600 |
|---|---|---|
| committer | Heiko Schocher <[email protected]> | 2024-08-13 06:16:08 +0200 |
| commit | edccbae4b400fbe28e259ad5ba9313ef75444458 (patch) | |
| tree | aa82282a8e94eabb470f49f6b69ecb03573442ab /include/configs | |
| parent | 4b8d78cb79df40b93134938c35cb86566d849cb4 (diff) | |
i2c: Drop CFG_SYS_MAX_I2C_BUS
Only one board uses this option and it is very old. Let's drop it.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/ethernut5.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/ethernut5.h b/include/configs/ethernut5.h index 807c6963192..c327bbbe07d 100644 --- a/include/configs/ethernut5.h +++ b/include/configs/ethernut5.h @@ -59,9 +59,6 @@ #define CFG_SYS_I2C_RTC_ADDR 0x51 #endif -/* I2C */ -#define CFG_SYS_MAX_I2C_BUS 1 - #define I2C_SOFT_DECLARATIONS #define GPIO_I2C_SCL AT91_PIO_PORTA, 24 |
