diff options
Diffstat (limited to 'net/caif/Kconfig')
-rw-r--r-- | net/caif/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/caif/Kconfig b/net/caif/Kconfig index 529750da9624..936361e5a2b6 100644 --- a/net/caif/Kconfig +++ b/net/caif/Kconfig | |||
@@ -40,3 +40,14 @@ config CAIF_NETDEV | |||
40 | If you select to build it as a built-in then the main CAIF device must | 40 | If you select to build it as a built-in then the main CAIF device must |
41 | also be a built-in. | 41 | also be a built-in. |
42 | If unsure say Y. | 42 | If unsure say Y. |
43 | |||
44 | config CAIF_USB | ||
45 | tristate "CAIF USB support" | ||
46 | depends on CAIF | ||
47 | default n | ||
48 | ---help--- | ||
49 | Say Y if you are using CAIF over USB CDC NCM. | ||
50 | This can be either built-in or a loadable module, | ||
51 | If you select to build it as a built-in then the main CAIF device must | ||
52 | also be a built-in. | ||
53 | If unsure say N. | ||