Kconfig (10205618052908770451acd33eaeaa7685e97ed2) | Kconfig (a91bd6223ecd46addc71ee6fcd432206d39365d2) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2config TTY 3 bool "Enable TTY" if EXPERT 4 default y 5 help 6 Allows you to remove TTY support which can save space, and 7 blocks features that require TTY from inclusion in the kernel. 8 TTY is required for any text terminals or serial port --- 387 unchanged lines hidden (view full) --- 396config MIPS_EJTAG_FDC_KGDB_CHAN 397 int "KGDB FDC channel" 398 depends on MIPS_EJTAG_FDC_KGDB 399 range 2 15 400 default 3 401 help 402 FDC channel number to use for KGDB. 403 | 1# SPDX-License-Identifier: GPL-2.0 2config TTY 3 bool "Enable TTY" if EXPERT 4 default y 5 help 6 Allows you to remove TTY support which can save space, and 7 blocks features that require TTY from inclusion in the kernel. 8 TTY is required for any text terminals or serial port --- 387 unchanged lines hidden (view full) --- 396config MIPS_EJTAG_FDC_KGDB_CHAN 397 int "KGDB FDC channel" 398 depends on MIPS_EJTAG_FDC_KGDB 399 range 2 15 400 default 3 401 help 402 FDC channel number to use for KGDB. 403 |
404config NULL_TTY 405 tristate "NULL TTY driver" 406 help 407 Say Y here if you want a NULL TTY which simply discards messages. 408 409 This is useful to allow userspace applications which expect a console 410 device to work without modifications even when no console is 411 available or desired. 412 413 In order to use this driver, you should redirect the console to this 414 TTY, or boot the kernel with console=ttynull. 415 416 If unsure, say N. 417 |
|
404config TRACE_ROUTER 405 tristate "Trace data router for MIPI P1149.7 cJTAG standard" 406 depends on TRACE_SINK 407 help 408 The trace router uses the Linux tty line discipline framework to 409 route trace data coming from a tty port (say UART for example) to 410 the trace sink line discipline driver and to another tty port (say 411 USB). This is part of a solution for the MIPI P1149.7, compact JTAG, --- 33 unchanged lines hidden --- | 418config TRACE_ROUTER 419 tristate "Trace data router for MIPI P1149.7 cJTAG standard" 420 depends on TRACE_SINK 421 help 422 The trace router uses the Linux tty line discipline framework to 423 route trace data coming from a tty port (say UART for example) to 424 the trace sink line discipline driver and to another tty port (say 425 USB). This is part of a solution for the MIPI P1149.7, compact JTAG, --- 33 unchanged lines hidden --- |