From 78d7925ce0f6ced3b23634545fe8b4c28ccca462 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 20 Jul 2014 10:27:25 -0600 Subject: [PATCH] Kconfig: MW8904 driver no longer depends on EXPERIMENTAL (it probably still should) --- drivers/audio/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/audio/Kconfig b/drivers/audio/Kconfig index 53e6c24cf9..c6649750f0 100644 --- a/drivers/audio/Kconfig +++ b/drivers/audio/Kconfig @@ -87,7 +87,7 @@ endif # VS1053 config AUDIO_WM8904 bool "WM8904 audio chip" default n - depends on AUDIO && EXPERIMENTAL + depends on AUDIO ---help--- Select to enable support for the WM8904 Audio codec by Wolfson Microelectonics. This chip is a lower level audio chip.. basically