summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/Kconfig (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2020-12-171-0/+32
|\
| * drivers/tty/serial: add LiteUART driverFilip Kokosinski2020-11-091-0/+32
* | tty: serial: meson: enable console as moduleKevin Hilman2020-12-111-1/+1
* | tty: serial: bcm63xx: lower driver dependenciesRafał Miłecki2020-11-261-1/+1
* | Merge 5.10-rc3 into tty-nextGreg Kroah-Hartman2020-11-091-0/+1
|\ \
| * | tty: serial: imx: enable earlycon by default if IMX_SERIAL_CONSOLE is enabledLucas Stach2020-11-061-0/+1
| |/
* / tty: serial: remove pnx8xxx uart driverThomas Bogendoerfer2020-11-061-16/+0
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-10-241-1/+1
|\
| * Merge tag 'samsung-soc-s3c-5.10' of https://git.kernel.org/pub/scm/linux/kern...Olof Johansson2020-09-131-1/+1
| |\
| | * ARM: s5pv210: don't imply CONFIG_PLAT_SAMSUNGArnd Bergmann2020-08-191-1/+1
* | | tty: serial: imx: fix link error with CONFIG_SERIAL_CORE_CONSOLE=nYang Yingliang2020-09-271-0/+1
* | | tty: serial: earlycon dependencyTong Zhang2020-09-041-0/+1
|/ /
* / tty: serial: imx: add dependence and build for earlyconFugang Duan2020-08-181-0/+1
|/
* tty: serial: imx: add imx earlycon driverFugang Duan2020-07-291-0/+8
* tty: serial: imx: enable imx serial console port as moduleFugang Duan2020-07-291-5/+4
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-12/+12
* tty: serial: Add modem control gpio support for STM32 UARTManivannan Sadhasivam2020-05-151-0/+1
* serial: lantiq: Make driver modularRahul Tanwar2020-05-151-1/+3
* serial: lantiq: Make UART's use as console selectableRahul Tanwar2020-05-151-1/+8
* Merge 5.7-rc5 into tty-nextGreg Kroah-Hartman2020-05-111-1/+1
|\
| * tty: riscv: Using RISCV_SBI_V01 instead of RISCV_SBIKefeng Wang2020-04-221-1/+1
* | serial: lantiq: Add x86 in Kconfig dependencies for Lantiq serial driverRahul Tanwar2020-05-051-1/+1
|/
* Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-031-4/+0
|\
| * tty: source all tty Kconfig files in one placeRandy Dunlap2020-03-121-4/+0
* | tty: serial: make SERIAL_SPRD depend on COMMON_CLKChunyan Zhang2020-03-261-0/+1
* | Revert "tty: serial: samsung_tty: build it for any platform"Geert Uytterhoeven2020-03-171-0/+1
* | tty: serial: make SERIAL_SPRD not depend on ARCH_SPRDChunyan Zhang2020-03-061-1/+0
* | serial: ar933x_uart: add RS485 supportDaniel Golle2020-03-061-0/+1
* | tty: serial: samsung_tty: remove SERIAL_SAMSUNG_DEBUGGreg Kroah-Hartman2020-02-201-9/+0
* | tty: serial: samsung_tty: build it for any platformGreg Kroah-Hartman2020-02-201-1/+0
* | tty: serial: Kconfig: Fix a typoChristophe JAILLET2020-02-191-1/+1
|/
* tty: serial: Kconfig: Allow SERIAL_QCOM_GENI_CONSOLE to be enabled if SERIAL_...John Stultz2020-01-101-1/+1
* tty: serial: samsung: allow driver to be built by anyoneGreg Kroah-Hartman2019-12-121-1/+1
* Merge tag 'tty-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-12-031-52/+52
|\
| * tty: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-48/+48
| * serial: fsl_linflexuart: Be consistent with the nameStefan-Gabriel Mirea2019-10-161-4/+4
* | riscv: don't allow selecting SBI based drivers for M-modeDamien Le Moal2019-11-131-1/+1
|/
* serial/sifive: select SERIAL_EARLYCONChristoph Hellwig2019-10-041-0/+1
* Merge tag 'tty-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-09-181-17/+16
|\
| * tty: serial: add dependence for CONFIG_SERIAL_FSL_LINFLEXUARTMao Wenan2019-09-041-0/+1
| * tty: serial: Add linflexuart driver for S32V234Stefan-gabriel Mirea2019-09-041-0/+15
| * serial: remove ks8695 driverArnd Bergmann2019-09-041-17/+0
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-09-171-1/+2
|\ \
| * | serial: lpc32xx_hs: allow compile-testingArnd Bergmann2019-08-151-1/+2
| |/
* | tty/serial: remove the ioc3_serial driverChristoph Hellwig2019-08-161-8/+0
* | tty/serial: remove the ioc4_serial driverChristoph Hellwig2019-08-161-9/+0
* | tty/serial: remove the sn_console driverChristoph Hellwig2019-08-161-10/+0
|/
* tty: serial: netx: Delete driverLinus Walleij2019-07-251-19/+0
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-07-201-0/+1
|\
| * serial: sa1100: add support for mctrl gpiosRussell King2019-06-041-0/+1