hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/caif/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # CAIF net configurations
34 #
....@@ -6,17 +7,17 @@
67 tristate "CAIF support"
78 select CRC_CCITT
89 default n
9
- ---help---
10
+ help
1011 The "Communication CPU to Application CPU Interface" (CAIF) is a packet
1112 based connection-oriented MUX protocol developed by ST-Ericsson for use
1213 with its modems. It is accessed from user space as sockets (PF_CAIF).
1314
1415 Say Y (or M) here if you build for a phone product (e.g. Android or
15
- MeeGo ) that uses CAIF as transport, if unsure say N.
16
+ MeeGo) that uses CAIF as transport. If unsure say N.
1617
1718 If you select to build it as module then CAIF_NETDEV also needs to be
18
- built as modules. You will also need to say yes to any CAIF physical
19
- devices that your platform requires.
19
+ built as a module. You will also need to say Y (or M) to any CAIF
20
+ physical devices that your platform requires.
2021
2122 See Documentation/networking/caif for a further explanation on how to
2223 use and configure CAIF.
....@@ -25,7 +26,7 @@
2526 bool "Enable Debug"
2627 depends on CAIF
2728 default n
28
- ---help---
29
+ help
2930 Enable the inclusion of debug code in the CAIF stack.
3031 Be aware that doing this will impact performance.
3132 If unsure say N.
....@@ -34,9 +35,9 @@
3435 tristate "CAIF GPRS Network device"
3536 depends on CAIF
3637 default CAIF
37
- ---help---
38
+ help
3839 Say Y if you will be using a CAIF based GPRS network device.
39
- This can be either built-in or a loadable module,
40
+ This can be either built-in or a loadable module.
4041 If you select to build it as a built-in then the main CAIF device must
4142 also be a built-in.
4243 If unsure say Y.
....@@ -45,9 +46,9 @@
4546 tristate "CAIF USB support"
4647 depends on CAIF
4748 default n
48
- ---help---
49
+ help
4950 Say Y if you are using CAIF over USB CDC NCM.
50
- This can be either built-in or a loadable module,
51
+ This can be either built-in or a loadable module.
5152 If you select to build it as a built-in then the main CAIF device must
5253 also be a built-in.
5354 If unsure say N.