浏览代码

i2c: Enable NXP LPC support in Kconfig

NXP LPC series processors use the IP3204 I2C block shared with the
Philips PNX4008 processor.

Signed-off-by: Kevin Wells <wellsk40@gmail.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Kevin Wells 15 年之前
父节点
当前提交
c115167aef
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      drivers/i2c/busses/Kconfig

+ 2 - 2
drivers/i2c/busses/Kconfig

@@ -496,8 +496,8 @@ config I2C_PMCMSP
 	  will be called i2c-pmcmsp.
 	  will be called i2c-pmcmsp.
 
 
 config I2C_PNX
 config I2C_PNX
-	tristate "I2C bus support for Philips PNX targets"
-	depends on ARCH_PNX4008
+	tristate "I2C bus support for Philips PNX and NXP LPC targets"
+	depends on ARCH_PNX4008 || ARCH_LPC32XX
 	help
 	help
 	  This driver supports the Philips IP3204 I2C IP block master and/or
 	  This driver supports the Philips IP3204 I2C IP block master and/or
 	  slave controller
 	  slave controller