diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2012-07-12 09:56:53 -0400 |
---|---|---|
committer | Wolfram Sang <w.sang@pengutronix.de> | 2012-07-14 06:33:27 -0400 |
commit | 097df403128c858c646448c5181435f7b8bdcbdc (patch) | |
tree | 341348f8d6d5777557295a46d4d196a9f4464fe6 /drivers/i2c | |
parent | a86ae9ff2905ebff4689bcd4946d7a95d9f5f237 (diff) |
i2c: mv64xxxx: remove EXPERIMENTAL tag
As git history indicates, the driver predates the git era and is heavily
used and worked on since. Not EXPERIMENTAL anymore.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: Rodolfo Giometti <giometti@linux.it>
Cc: Florian Fainelli <ffainelli@freebox.fr>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index e9f9c5dc87ce..52a825a4a19f 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -458,7 +458,7 @@ config I2C_MPC | |||
458 | 458 | ||
459 | config I2C_MV64XXX | 459 | config I2C_MV64XXX |
460 | tristate "Marvell mv64xxx I2C Controller" | 460 | tristate "Marvell mv64xxx I2C Controller" |
461 | depends on (MV64X60 || PLAT_ORION) && EXPERIMENTAL | 461 | depends on (MV64X60 || PLAT_ORION) |
462 | help | 462 | help |
463 | If you say yes to this option, support will be included for the | 463 | If you say yes to this option, support will be included for the |
464 | built-in I2C interface on the Marvell 64xxx line of host bridges. | 464 | built-in I2C interface on the Marvell 64xxx line of host bridges. |