Staging
v0.5.2
https://github.com/torvalds/linux
Raw File
Tip revision: 7e27d6e778cd87b6f2415515d7127eba53fe5d02 authored by Linus Torvalds on 12 June 2010, 02:14:04 UTC
Linux 2.6.35-rc3
Tip revision: 7e27d6e
Kconfig
#
# CAIF physical drivers
#

if CAIF

comment "CAIF transport drivers"

config CAIF_TTY
	tristate "CAIF TTY transport driver"
	default n
	---help---
	The CAIF TTY transport driver is a Line Discipline (ldisc)
	identified as N_CAIF. When this ldisc is opened from user space
	it will redirect the TTY's traffic into the CAIF stack.

endif # CAIF
back to top