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 6bedd2fcfc15..737335ff2b21 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -477,8 +477,8 @@ config I2C_PNX | |||
477 | will be called i2c-pnx. | 477 | will be called i2c-pnx. |
478 | 478 | ||
479 | config I2C_PXA | 479 | config I2C_PXA |
480 | tristate "Intel PXA2XX I2C adapter (EXPERIMENTAL)" | 480 | tristate "Intel PXA2XX I2C adapter" |
481 | depends on EXPERIMENTAL && ARCH_PXA | 481 | depends on ARCH_PXA || ARCH_MMP |
482 | help | 482 | help |
483 | If you have devices in the PXA I2C bus, say yes to this option. | 483 | If you have devices in the PXA I2C bus, say yes to this option. |
484 | This driver can also be built as a module. If so, the module | 484 | This driver can also be built as a module. If so, the module |