aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2024-01-27vt: remove superfluous CONFIG_HW_CONSOLEGravatar Lukas Bulwahn 1-6/+1
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Gravatar Greg Kroah-Hartman 1-0/+3
2023-08-09TIOCSTI: Document CAP_SYS_ADMIN behaviour in KconfigGravatar Günther Noack 1-0/+3
2023-07-31tty: synclink_gt: mark as BROKENGravatar Jiri Slaby 1-0/+1
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+9
2023-04-05tty: Fix typo in LEGACY_TIOCSTI Kconfig descriptionGravatar Hanno Böck 1-1/+1
2023-03-09tty: ipwireless: move Kconfig entry to ttyGravatar Jiri Slaby 1-0/+9
2022-11-03tty: Allow TIOCSTI to be disabledGravatar Kees Cook 1-0/+19
2021-10-21tty: add rpmsg driverGravatar Arnaud Pouliquen 1-0/+12
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+2
2021-06-18mxser: drop ISA supportGravatar Jiri Slaby 1-1/+1
2021-06-17um: allow disabling NO_IOMEMGravatar Johannes Berg 1-3/+2
2021-04-09tty: pti: Remove Kconfig leftoversGravatar Andy Shevchenko 1-30/+0
2021-03-10tty: rocket, remove the driverGravatar Jiri Slaby 1-15/+0
2021-03-10tty: isicom, remove this orphanGravatar Jiri Slaby 1-10/+0
2021-03-10tty: cyclades, remove this orphanGravatar Jiri Slaby 1-30/+1
2021-01-08Revert "init/console: Use ttynull as a fallback when there is no console"Gravatar Petr Mladek 1-0/+14
2020-12-16Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-14/+0
2020-11-20init/console: Use ttynull as a fallback when there is no consoleGravatar Petr Mladek 1-14/+0
2020-11-06tty: Remove redundant synclinkmp driverGravatar Lee Jones 1-14/+0
2020-11-06tty: Remove redundant synclink driverGravatar Lee Jones 1-13/+0
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-10/+10
2020-03-12tty: reorganize tty & serial menusGravatar Randy Dunlap 1-87/+86
2020-03-12tty: source all tty Kconfig files in one placeGravatar Randy Dunlap 1-0/+6
2019-11-21tty: Fix Kconfig indentation, continuedGravatar Krzysztof Kozlowski 1-14/+14
2019-11-20tty: Fix Kconfig indentationGravatar Krzysztof Kozlowski 1-13/+13
2019-07-15docs: serial: move it to the driver-apiGravatar Mauro Carvalho Chehab 1-2/+2
2019-07-15docs: driver-api: add a series of orphaned documentsGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-15docs: console.txt: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 1-1/+1
2019-06-14docs: fb: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 1-1/+1
2019-04-25docs: serial: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 1-2/+2
2019-04-16tty: Add NULL TTY driverGravatar Vincent Whitchurch 1-0/+14
2019-04-16tty: remove redundant 'default n' from Kconfig-sGravatar Bartlomiej Zolnierkiewicz 1-3/+0
2019-04-04tty: add SPDX identifiers to Kconfig and MakefilesGravatar Greg Kroah-Hartman 1-0/+1
2019-01-30tty: ldisc: add sysctl to prevent autoloading of ldiscsGravatar Greg Kroah-Hartman 1-0/+24
2018-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-1/+1
2018-03-26tty: remove bfin_jtag_comm and hvc_bfin_jtag driversGravatar Arnd Bergmann 1-13/+0
2018-03-18s390/setup : enable display support for KVM guestGravatar Farhan Ali 1-1/+1
2018-03-05tty: Remove metag DA TTY and console driverGravatar James Hogan 1-13/+0
2017-12-15tty: goldfish: Enable 'earlycon' only if built-inGravatar Sebastian Andrzej Siewior 1-1/+5
2017-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextGravatar Linus Torvalds 1-0/+5
2017-08-31tty: goldfish: Implement support for kernel 'earlycon' parameterGravatar Miodrag Dinic 1-0/+3
2017-08-15sparc64: vcc: Enable VCC module in linuxGravatar Jag Raman 1-0/+5
2016-06-05devpts: Make each mount of devpts an independent filesystem.Gravatar Eric W. Biederman 1-11/+0
2016-02-06tty: cyclades: cyz_interrupt is only used for PCIGravatar Arnd Bergmann 1-1/+1
2015-03-31ttyFDC: Implement KGDB IO operations.Gravatar James Hogan 1-0/+16
2015-03-31MIPS, ttyFDC: Add early FDC console supportGravatar James Hogan 1-0/+13
2015-03-31TTY: Add MIPS EJTAG Fast Debug Channel TTY driverGravatar James Hogan 1-0/+18
2014-01-09drivers/tty: ehv_bytechan fails to build as a moduleGravatar Anton Blanchard 1-1/+1
2013-02-06tty: metag_da: Add metag DA TTY driverGravatar James Hogan 1-0/+13