summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Aribaud <albert.aribaud@free.fr>2010-08-27 18:26:03 +0200
committerHeiko Schocher <hs@denx.de>2010-08-30 14:10:11 +0200
commit2fefa2ae868d3508ff432ba73a0db53356035c71 (patch)
treefad989d56e4187b92dcf1b12c027ad90ca310e53
parent7a92e53cd0d8164d518216bebd52679603d6ffe9 (diff)
suen3: remove CONFIG_HARD_I2C and related defines
These are not used on this board, which uses soft I2C instead. Signed-off-by: Albert Aribaud <albert.aribaud@free.fr> Acked-by: Prafulla Wadaskar<prafulla@marvell.com> Acked-by: Heiko Schocher<hs@denx.de>
-rw-r--r--include/configs/km_arm.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/km_arm.h b/include/configs/km_arm.h
index 6519c9042c..1617e697de 100644
--- a/include/configs/km_arm.h
+++ b/include/configs/km_arm.h
@@ -142,16 +142,8 @@
/*
* I2C related stuff
*/
-#undef CONFIG_HARD_I2C /* I2C with hardware support */
#define CONFIG_SOFT_I2C /* I2C bit-banged */
-#if defined(CONFIG_HARD_I2C)
-#define CONFIG_I2C_KIRKWOOD
-#define CONFIG_I2C_KW_REG_BASE KW_TWSI_BASE
-#define CONFIG_SYS_I2C_SLAVE 0x0
-#define CONFIG_SYS_I2C_SPEED 100000
-#endif
-
#define CONFIG_KIRKWOOD_GPIO /* Enable GPIO Support */
#if defined(CONFIG_SOFT_I2C)
#ifndef __ASSEMBLY__