diff options
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-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 |