Skip to content

Commit

Permalink
i2c: mv64xxxx: remove EXPERIMENTAL tag
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wolfram Sang committed Jul 14, 2012
1 parent a86ae9f commit 097df40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/i2c/busses/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ config I2C_MPC

config I2C_MV64XXX
tristate "Marvell mv64xxx I2C Controller"
depends on (MV64X60 || PLAT_ORION) && EXPERIMENTAL
depends on (MV64X60 || PLAT_ORION)
help
If you say yes to this option, support will be included for the
built-in I2C interface on the Marvell 64xxx line of host bridges.
Expand Down

0 comments on commit 097df40

Please sign in to comment.