[source] ltq-vmmc: mark VOICE_CPE_VMMC_PMC as broken

LEDE Commits lede-commits at lists.infradead.org
Sun Dec 25 09:50:45 PST 2016


hauke pushed a commit to source.git, branch master:
https://git.lede-project.org/4af4f214926b3e8ebdd1830010ccdc8d0fb6c3ff

commit 4af4f214926b3e8ebdd1830010ccdc8d0fb6c3ff
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Dec 25 18:43:03 2016 +0100

    ltq-vmmc: mark VOICE_CPE_VMMC_PMC as broken
    
    We do not have the needed platform support for VOICE_CPE_VMMC_PMC. The
    vmmc driver will not compile with this option activated.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/kernel/lantiq/ltq-vmmc/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/kernel/lantiq/ltq-vmmc/Config.in b/package/kernel/lantiq/ltq-vmmc/Config.in
index 5f412c2..65647ba 100644
--- a/package/kernel/lantiq/ltq-vmmc/Config.in
+++ b/package/kernel/lantiq/ltq-vmmc/Config.in
@@ -61,6 +61,7 @@ choice
 endchoice
 
 config VOICE_CPE_VMMC_PMC
+	depends on BROKEN
 	depends on (VOICE_CPE_VMMC_WITH_DEVICE_AR9 || VOICE_CPE_VMMC_WITH_DEVICE_VR9)
 	bool "Power Management Control support"
 	default n



More information about the lede-commits mailing list