diff options
author | Adam Ford <aford173@gmail.com> | 2017-08-11 06:39:34 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-01 20:44:30 -0400 |
commit | fc760cc6e80d00f669a5f54e1fd4549e725cb22e (patch) | |
tree | 1df31e428f8deff99d64184ae6f353bc0687a141 /arch/arm/include/asm/arch-omap5 | |
parent | ac1d8ac8712e9268cc20ec96e692264da2f479f3 (diff) |
Convert CONFIG_SYS_I2C_BUS_MAX to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_I2C_BUS_MAX
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
[trini: Fix AM43XX drop AM44XX]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/include/asm/arch-omap5')
-rw-r--r-- | arch/arm/include/asm/arch-omap5/i2c.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-omap5/i2c.h b/arch/arm/include/asm/arch-omap5/i2c.h index 5122cd6aa4..6d620dc32e 100644 --- a/arch/arm/include/asm/arch-omap5/i2c.h +++ b/arch/arm/include/asm/arch-omap5/i2c.h @@ -7,7 +7,6 @@ #ifndef _OMAP5_I2C_H_ #define _OMAP5_I2C_H_ -#define CONFIG_SYS_I2C_BUS_MAX 5 #define I2C_DEFAULT_BASE I2C_BASE1 struct i2c { |