# SPDX-License-Identifier: GPL-2.0-only # # [31mCONFIG_CAIF[0m net configurations # menuconfig [31mCONFIG_CAIF[0m tristate "CAIF support" select [31mCONFIG_CRC_CCITT[0m default n ---help--- The "Communication CPU to Application CPU Interface" ([31mCONFIG_CAIF[0m) is a packet based connection-oriented MUX protocol developed by ST-Ericsson for use with its modems. It is accessed from user space as sockets (PF_CAIF). Say Y (or [31mCONFIG_M[0m) here if you build for a phone product (e.g. Android or MeeGo ) that uses [31mCONFIG_CAIF[0m as transport, if unsure say N. If you select to build it as module then [31mCONFIG_CAIF_NETDEV[0m also needs to be built as modules. You will also need to say yes to any [31mCONFIG_CAIF[0m physical devices that your platform requires. See Documentation/networking/caif for a further explanation on how to use and configure [31mCONFIG_CAIF[0m. config [31mCONFIG_CAIF_DEBUG[0m bool "Enable Debug" depends on [31mCONFIG_CAIF[0m default n ---help--- Enable the inclusion of debug code in the [31mCONFIG_CAIF[0m stack. Be aware that doing this will impact performance. If unsure say N. config [31mCONFIG_CAIF_NETDEV[0m tristate "CAIF GPRS Network device" depends on [31mCONFIG_CAIF[0m default [31mCONFIG_CAIF[0m ---help--- Say Y if you will be using a [31mCONFIG_CAIF[0m based GPRS network device. This can be either built-in or a loadable module, If you select to build it as a built-in then the main [31mCONFIG_CAIF[0m device must also be a built-in. If unsure say Y. config [31mCONFIG_CAIF_USB[0m tristate "CAIF USB support" depends on [31mCONFIG_CAIF[0m default n ---help--- Say Y if you are using [31mCONFIG_CAIF[0m over [31mCONFIG_USB[0m CDC NCM. This can be either built-in or a loadable module, If you select to build it as a built-in then the main [31mCONFIG_CAIF[0m device must also be a built-in. If unsure say N. |