| Sjur Braendeland | 9b27105 | 2010-03-30 13:56:30 +0000 | [diff] [blame] | 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 | ||||