diff options
author | Stefan Roese <sr@denx.de> | 2016-04-28 09:47:18 +0200 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2016-05-17 08:28:59 +0200 |
commit | 4d5e9b39e21152734ffa4b533efbb83f278df18b (patch) | |
tree | 45bc67a14f9f7057189954e4739507d0bbf596b2 /include/configs/axs101.h | |
parent | e32d0db7985eece55ad099c6c86d00d441fdf48c (diff) | |
download | u-boot-4d5e9b39e21152734ffa4b533efbb83f278df18b.tar.gz |
i2c: config: Move SYS_I2C_DW to Kconfig
This patch moves all appearances of CONFIG_SYS_I2C_DW from the config
header to the defconfig files.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Heiko Schocher <hs@denx.de>
Cc: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'include/configs/axs101.h')
-rw-r--r-- | include/configs/axs101.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/axs101.h b/include/configs/axs101.h index 1bd472969f..05d2d45b25 100644 --- a/include/configs/axs101.h +++ b/include/configs/axs101.h @@ -59,7 +59,6 @@ * I2C configuration */ #define CONFIG_SYS_I2C -#define CONFIG_SYS_I2C_DW #define CONFIG_I2C_ENV_EEPROM_BUS 2 #define CONFIG_SYS_I2C_SPEED 100000 #define CONFIG_SYS_I2C_SPEED1 100000 |