[source] lantiq: disable VMMC_COEF for non FALCON device

LEDE Commits lede-commits at lists.infradead.org
Wed Nov 16 02:11:00 PST 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/4649a929019ca67a290448523afa8d793d92b68a

commit 4649a929019ca67a290448523afa8d793d92b68a
Author: dpeddi <eddi at dpeddi.com>
AuthorDate: Sat Oct 29 13:34:15 2016 +0200

    lantiq: disable VMMC_COEF for non FALCON device
    
    Signed-off-by: Eddi De Pieri <eddi at depieri.net>
---
 package/kernel/lantiq/ltq-vmmc/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/lantiq/ltq-vmmc/Config.in b/package/kernel/lantiq/ltq-vmmc/Config.in
index b8ab6a4..5f412c2 100644
--- a/package/kernel/lantiq/ltq-vmmc/Config.in
+++ b/package/kernel/lantiq/ltq-vmmc/Config.in
@@ -24,7 +24,7 @@ choice
 endchoice
 
 choice
-	depends on PACKAGE_kmod-ltq-vmmc
+	depends on (PACKAGE_kmod-ltq-vmmc && VOICE_VMMC_WITH_DEVICE_FALCON)
 	prompt "FXS coefficients"
 	default LTQ_VOICE_CPE_VMMC_COEF_FALCON_ETSI
 	help



More information about the lede-commits mailing list