aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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