Kconfig 312 B

12345678910111213141516
  1. #
  2. # Serial bus device driver configuration
  3. #
  4. menuconfig SERIAL_DEV_BUS
  5. tristate "Serial device bus"
  6. help
  7. Core support for devices connected via a serial port.
  8. if SERIAL_DEV_BUS
  9. config SERIAL_DEV_CTRL_TTYPORT
  10. bool "Serial device TTY port controller"
  11. depends on TTY
  12. depends on SERIAL_DEV_BUS != m
  13. endif