| 12345678910111213141516171819202122232425262728293031323334353637 | menu "ISDN"depends on ADK_TARGET_WITH_USB || ADK_TARGET_WITH_PCI || ADK_TARGET_WITH_MINIPCIconfig ADK_KERNEL_ISDN	booleanconfig ADK_KERNEL_ISDN_I4L	booleanconfig ADK_KERNEL_ISDN_DRV_AVMB1_VERBOSE_REASON	booleanconfig ADK_KERNEL_CAPI_AVM	booleanconfig ADK_KERNEL_CAPI_EICON	booleanconfig ADK_KERNEL_HFCMULTI_PCIMEM	booleanconfig ADK_KERNEL_ISDN_CAPI_MIDDLEWARE	booleanconfig ADK_KERNEL_ISDN_CAPI_CAPI20	tristateconfig ADK_KPACKAGE_KMOD_ISDN_CAPI	prompt "kmod-isdn-capi.................... Support for CAPI 2.0"	tristate	select ADK_KERNEL_ISDN_CAPI_CAPI20	select ADK_KERNEL_ISDN	default n	help	 Kernel support for CAPI 2.0 and /dev/capi20endmenu
 |