summaryrefslogtreecommitdiffstats
path: root/arch/ppc/configs
diff options
context:
space:
mode:
authorRenaud Barbier <renaud.barbier@ge.com>2012-08-31 15:10:35 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-09-04 11:16:48 +0200
commit075209e8f3a78f5ae5e5c239ab3120db263b51c2 (patch)
tree66e2cf26bf75b66d40b46e650090a88eb23cb0d4 /arch/ppc/configs
parentf8e0d6821492074183b366173588d0dda4c8a27d (diff)
downloadbarebox-075209e8f3a78f5ae5e5c239ab3120db263b51c2.tar.gz
barebox-075209e8f3a78f5ae5e5c239ab3120db263b51c2.tar.xz
ppc: p2020rdb i2c support
Support for both i2c busses on the p2020rdb board is added and the configuration file is updated to add the I2C driver and commands. Signed-off-by: Renaud Barbier <renaud.barbier@ge.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/ppc/configs')
-rw-r--r--arch/ppc/configs/p2020rdb_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/ppc/configs/p2020rdb_defconfig b/arch/ppc/configs/p2020rdb_defconfig
index f8a0687251..c040635e70 100644
--- a/arch/ppc/configs/p2020rdb_defconfig
+++ b/arch/ppc/configs/p2020rdb_defconfig
@@ -21,3 +21,6 @@ CONFIG_MALLOC_SIZE=0x200000
CONFIG_BAUDRATE=115200
CONFIG_DRIVER_SERIAL_NS16550=y
CONFIG_RELOCATABLE=y
+CONFIG_I2C=y
+CONFIG_I2C_IMX=y
+CONFIG_CMD_I2C=y