diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-04-12 17:48:42 (GMT) |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-04-18 11:53:12 (GMT) |
commit | 630e2d0494f001cc3c435cac374f92e4bde0f518 (patch) | |
tree | f1f088678c8da3a6e4bd5dda06cb2264b0ad3b2a /drivers/pinctrl | |
parent | 60f7f5003d69b92558e9fc0789339f2b1d41f78d (diff) | |
download | linux-630e2d0494f001cc3c435cac374f92e4bde0f518.tar.xz |
pinctrl: mark non-EXPERIMENTAL
With the finalization of the external driver API and the device
tree support, this subsystem is now mature and can be promoted to
non-experimental status.
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r-- | drivers/pinctrl/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index abfb964..f73a5ea 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@ -4,7 +4,6 @@ config PINCTRL bool - depends on EXPERIMENTAL if PINCTRL |