Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

tty: pti: Remove Kconfig leftovers

The commit 8ba59e9dee31 ("misc: pti: Remove driver for deprecated platform")
got rid of deprecated drivers under TTY subsystem, but cleaned only one Kconfig
entry. Remove Kconfig leftovers.

Fixes: 8ba59e9dee31 ("misc: pti: Remove driver for deprecated platform")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210406131615.85432-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Andy Shevchenko and committed by
Greg Kroah-Hartman
903a0e76 88d8cb7b

-30
-30
drivers/tty/Kconfig
··· 361 361 362 362 If unsure, say N. 363 363 364 - config TRACE_ROUTER 365 - tristate "Trace data router for MIPI P1149.7 cJTAG standard" 366 - depends on TRACE_SINK 367 - help 368 - The trace router uses the Linux tty line discipline framework to 369 - route trace data coming from a tty port (say UART for example) to 370 - the trace sink line discipline driver and to another tty port (say 371 - USB). This is part of a solution for the MIPI P1149.7, compact JTAG, 372 - standard, which is for debugging mobile devices. The PTI driver in 373 - drivers/misc/pti.c defines the majority of this MIPI solution. 374 - 375 - You should select this driver if the target kernel is meant for 376 - a mobile device containing a modem. Then you will need to select 377 - "Trace data sink for MIPI P1149.7 cJTAG standard" line discipline 378 - driver. 379 - 380 - config TRACE_SINK 381 - tristate "Trace data sink for MIPI P1149.7 cJTAG standard" 382 - help 383 - The trace sink uses the Linux line discipline framework to receive 384 - trace data coming from the trace router line discipline driver 385 - to a user-defined tty port target, like USB. 386 - This is to provide a way to extract modem trace data on 387 - devices that do not have a PTI HW module, or just need modem 388 - trace data to come out of a different HW output port. 389 - This is part of a solution for the P1149.7, compact JTAG, standard. 390 - 391 - If you select this option, you need to select 392 - "Trace data router for MIPI P1149.7 cJTAG standard". 393 - 394 364 config VCC 395 365 tristate "Sun Virtual Console Concentrator" 396 366 depends on SUN_LDOMS