]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
i2c: mv64xxxx: remove EXPERIMENTAL tag
authorWolfram Sang <w.sang@pengutronix.de>
Thu, 12 Jul 2012 13:56:53 +0000 (15:56 +0200)
committerWolfram Sang <w.sang@pengutronix.de>
Sat, 14 Jul 2012 10:33:27 +0000 (12:33 +0200)
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>
drivers/i2c/busses/Kconfig

index e9f9c5dc87ce40d126356f65b0098a3aeb13834c..52a825a4a19fe984beb6e58a67531323aaf39137 100644 (file)
@@ -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.