Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind...
[pandora-kernel.git] / drivers / net / caif / Kconfig
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