aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Aaberg <jonas.aberg@stericsson.com>2011-02-24 08:36:57 +0100
committerJonas ABERG <jonas.aberg@stericsson.com>2011-02-24 14:13:31 +0100
commit7a2de601e3378d059c3e141020458f1df6dfb034 (patch)
treefd97d05a3e3598b9dff6e1ff3c7dc0e721d25975
parent073d2da1138dd71b325cefe0580d06de028d692a (diff)
ux500: Move home-made debug-leveling to audiou8500-android-2.3_v0.21
Since audio is the only one using this, let's put it among the audio stuff. ST-Ericsson Linux next: Not tested, ask SSM for ER ST-Ericsson ID: - ST-Ericsson FOSS-OUT ID: Trivial Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com> Change-Id: I2b0024fb028369453610e27dc07b89631a789d21 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/16848 Tested-by: Rishi KHARE <rishi.khare@stericsson.com> Reviewed-by: Deepak KARDA <deepak.karda@stericsson.com>
-rw-r--r--arch/arm/mach-ux500/Kconfig-arch20
-rw-r--r--sound/Kconfig20
2 files changed, 20 insertions, 20 deletions
diff --git a/arch/arm/mach-ux500/Kconfig-arch b/arch/arm/mach-ux500/Kconfig-arch
index c8768b7ac03..df6bc723842 100644
--- a/arch/arm/mach-ux500/Kconfig-arch
+++ b/arch/arm/mach-ux500/Kconfig-arch
@@ -10,26 +10,6 @@ config U8500_SECURE
help
Build the kernel to run in Secure mode.
-menu "Debug level for STM drivers"
-config STM_ACODEC_DEBUG
- int "STM ACODEC Debug Level"
- depends on U8500_ACODEC
- default 0
- help
- Sets the ACODEC debug ON/OFF for U8500 SoC
- * 0 OFF
- * 1 ON
-
-config STM_ALSA_DEBUG
- int "STM ALSA Debug Level"
- depends on SND_U8500_ALSA || SND_U8500_ALSA_AB8500
- default 0
- help
- Sets the ALSA debug ON/OFF for U8500 SoC
- * 0 OFF
- * 1 ON
-endmenu
-
#Configuration for MCDE setup
if FB_MCDE
diff --git a/sound/Kconfig b/sound/Kconfig
index 952e18963b5..84bd0eb123c 100644
--- a/sound/Kconfig
+++ b/sound/Kconfig
@@ -48,6 +48,26 @@ choice
endchoice
+menu "Debug level for ux500 audio drivers"
+config STM_ACODEC_DEBUG
+ int "STM ACODEC Debug Level"
+ depends on U8500_ACODEC
+ default 0
+ help
+ Sets the ACODEC debug ON/OFF for U8500 SoC
+ * 0 OFF
+ * 1 ON
+
+config STM_ALSA_DEBUG
+ int "STM ALSA Debug Level"
+ depends on SND_U8500_ALSA || SND_U8500_ALSA_AB8500
+ default 0
+ help
+ Sets the ALSA debug ON/OFF for U8500 SoC
+ * 0 OFF
+ * 1 ON
+endmenu
+
choice
prompt "Driver mode"
depends on U8500_ACODEC