diff options
author | Haojian Zhuang <haojian.zhuang@marvell.com> | 2009-09-04 05:37:17 -0400 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2009-09-10 06:49:27 -0400 |
commit | d7c46ddde3fc51e81b094f4cfdbf9097386d3044 (patch) | |
tree | 3d357ab6829f6a25afff3e9cc97a0ef4df6f8adb /drivers/i2c/busses | |
parent | 17e513ec79f9524f737f367a1efe97489aff9546 (diff) |
[ARM] pxa: update dependancy of pxa i2c module
PXA I2C module is also used in Marvell PXA168 and PXA910 series.
Update the module dependancy of PXA I2C.
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'drivers/i2c/busses')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 8206442fbabd..834a03414900 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -460,8 +460,8 @@ config I2C_PNX | |||
460 | will be called i2c-pnx. | 460 | will be called i2c-pnx. |
461 | 461 | ||
462 | config I2C_PXA | 462 | config I2C_PXA |
463 | tristate "Intel PXA2XX I2C adapter (EXPERIMENTAL)" | 463 | tristate "Intel PXA2XX I2C adapter" |
464 | depends on EXPERIMENTAL && ARCH_PXA | 464 | depends on ARCH_PXA || ARCH_MMP |
465 | help | 465 | help |
466 | If you have devices in the PXA I2C bus, say yes to this option. | 466 | If you have devices in the PXA I2C bus, say yes to this option. |
467 | This driver can also be built as a module. If so, the module | 467 | This driver can also be built as a module. If so, the module |