fix ltq-vmmc SoC dependency
SVN-Revision: 27540
This commit is contained in:
parent
2d5d28bebf
commit
6061c471aa
1 changed files with 4 additions and 0 deletions
|
@ -7,15 +7,19 @@ choice
|
||||||
|
|
||||||
config VOICE_CPE_VMMC_WITH_DEVICE_DANUBE
|
config VOICE_CPE_VMMC_WITH_DEVICE_DANUBE
|
||||||
bool "Danube, Twinpass, Vinax"
|
bool "Danube, Twinpass, Vinax"
|
||||||
|
depends on TARGET_lantiq_danube
|
||||||
|
|
||||||
config VOICE_CPE_VMMC_WITH_DEVICE_AR9
|
config VOICE_CPE_VMMC_WITH_DEVICE_AR9
|
||||||
bool "AR9 family"
|
bool "AR9 family"
|
||||||
|
depends on TARGET_lantiq_ar9
|
||||||
|
|
||||||
config VOICE_CPE_VMMC_WITH_DEVICE_VR9
|
config VOICE_CPE_VMMC_WITH_DEVICE_VR9
|
||||||
bool "VR9 family"
|
bool "VR9 family"
|
||||||
|
depends on TARGET_lantiq_vr9
|
||||||
|
|
||||||
config VOICE_VMMC_WITH_DEVICE_FALCON
|
config VOICE_VMMC_WITH_DEVICE_FALCON
|
||||||
bool "FALC-ON"
|
bool "FALC-ON"
|
||||||
|
depends on (TARGET_lantiq_falcon||TARGET_lantiq_falcon_stable)
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue