Kconfig 345 B

1234567891011121314151617
  1. #
  2. # CAIF physical drivers
  3. #
  4. if CAIF
  5. comment "CAIF transport drivers"
  6. config CAIF_TTY
  7. tristate "CAIF TTY transport driver"
  8. default n
  9. ---help---
  10. The CAIF TTY transport driver is a Line Discipline (ldisc)
  11. identified as N_CAIF. When this ldisc is opened from user space
  12. it will redirect the TTY's traffic into the CAIF stack.
  13. endif # CAIF