diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2012-04-23 14:31:18 -0400 |
---|---|---|
committer | Wolfram Sang <w.sang@pengutronix.de> | 2012-05-12 08:28:16 -0400 |
commit | 951eef3955117cfaf3eafea601bf06ba2090ca0f (patch) | |
tree | 67e05f1ecddf23ad83272e63d6b160eeaa677d40 /drivers/i2c | |
parent | bc45449b1444611d68466ae7f45f235420d79019 (diff) |
i2c: muxes are not EXPERIMENTAL anymore
We got multiple patches to add mux support to device tree, so people are
using it happily already and build up on it. I also used it in a project
without encountering problems. 20 months of EXPERIMENTAL should do for
this.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
Acked-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Acked-by: Michael Lawnick <ml.lawnick@gmx.de>
Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: David Daney <ddaney.cavm@gmail.com>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index 5f13c62e64b4..5a3bb3d738d8 100644 --- a/drivers/i2c/Kconfig +++ b/drivers/i2c/Kconfig | |||
@@ -49,7 +49,6 @@ config I2C_CHARDEV | |||
49 | 49 | ||
50 | config I2C_MUX | 50 | config I2C_MUX |
51 | tristate "I2C bus multiplexing support" | 51 | tristate "I2C bus multiplexing support" |
52 | depends on EXPERIMENTAL | ||
53 | help | 52 | help |
54 | Say Y here if you want the I2C core to support the ability to | 53 | Say Y here if you want the I2C core to support the ability to |
55 | handle multiplexed I2C bus topologies, by presenting each | 54 | handle multiplexed I2C bus topologies, by presenting each |