diff options
Diffstat (limited to 'drivers/net/caif/Kconfig')
-rw-r--r-- | drivers/net/caif/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/net/caif/Kconfig b/drivers/net/caif/Kconfig new file mode 100644 index 000000000000..0b28e0107697 --- /dev/null +++ b/drivers/net/caif/Kconfig | |||
@@ -0,0 +1,17 @@ | |||
1 | # | ||
2 | # CAIF physical drivers | ||
3 | # | ||
4 | |||
5 | if CAIF | ||
6 | |||
7 | comment "CAIF transport drivers" | ||
8 | |||
9 | config CAIF_TTY | ||
10 | tristate "CAIF TTY transport driver" | ||
11 | default n | ||
12 | ---help--- | ||
13 | The CAIF TTY transport driver is a Line Discipline (ldisc) | ||
14 | identified as N_CAIF. When this ldisc is opened from user space | ||
15 | it will redirect the TTY's traffic into the CAIF stack. | ||
16 | |||
17 | endif # CAIF | ||