diff mbox

pinctrl: mark non-EXPERIMENTAL

Message ID 1334253104-30527-1-git-send-email-linus.walleij@stericsson.com
State Accepted
Commit 630e2d0494f001cc3c435cac374f92e4bde0f518
Headers show

Commit Message

Linus Walleij April 12, 2012, 5:51 p.m. UTC
From: Linus Walleij <linus.walleij@linaro.org>

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.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 drivers/pinctrl/Kconfig |    1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

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