summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* serial: sc16is7xx: split into core and I2C/SPI parts (core)Hugo Villeneuve2024-04-111-29/+18
* serial: max3100: Update Kconfig entryAndy Shevchenko2024-04-091-2/+5
* Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-201-1/+1
|\
| * tty/serial: Add RISC-V SBI debug console based earlyconAnup Patel2024-01-101-1/+1
* | serial: uartlite: Use dynamic allocation for major number when uart ports > 4Manikanta Guntupalli2023-11-251-0/+3
|/
* drivers/tty/serial: add ESP32S3 ACM gadget driverMax Filippov2023-10-161-0/+13
* drivers/tty/serial: add driver for the ESP32 UARTMax Filippov2023-10-161-0/+13
* Merge tag 'tty-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-07-031-0/+23
|\
| * tty: serial: Add Nuvoton ma35d1 serial driver supportJacky Huang2023-06-191-0/+23
* | Merge tag 'docs-arm-move' of git://git.lwn.net/linuxLinus Torvalds2023-06-271-2/+2
|\ \ | |/ |/|
| * docs: update some straggling Documentation/arm referencesJonathan Corbet2023-06-161-2/+2
* | serial: cpm_uart: Fix a COMPILE_TEST dependencyHerve Codina2023-05-301-1/+1
|/
* serial: make SiFive serial drivers depend on ARCH_ symbolsConor Dooley2023-04-201-2/+2
* tty: serial: remove obsolete config SERIAL_SAMSUNG_UARTS_4Lukas Bulwahn2023-03-291-7/+0
* Revert "tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config depe...Tom Rix2023-03-091-1/+1
* Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-02-241-8/+8
|\
| * serial: liteuart: drop obsolete dependency on COMPILE_TESTJean Delvare2023-01-191-1/+1
| * serial: Rename earlycon semihost driverBin Meng2023-01-191-6/+6
| * riscv: Implement semihost.h for earlycon semihost driverBin Meng2023-01-191-1/+1
* | ARM: s3c: remove s3c24xx specific hacksArnd Bergmann2023-01-161-4/+4
|/
* serial: sifive: select by default if SOC_CANAANConor Dooley2022-11-021-2/+2
* serial: sifive: select by default if SOC_SIFIVEConor Dooley2022-11-021-0/+2
* Merge tag 'parisc-for-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-141-15/+0
|\
| * parisc: Convert PDC console to an early consoleHelge Deller2022-10-111-15/+0
* | Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-071-2/+3
|\ \
| * | tty: serial: allow pxa.c to be COMPILE_TESTedJiri Slaby2022-09-301-1/+1
| * | tty: serial: atmel: Add COMMON_CLK dependency to SERIAL_ATMELSergiu Moga2022-09-301-0/+1
| * | tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependencyJindong Yue2022-08-301-1/+1
| |/
* / arm64: bcmbca: Make BCM4908 drivers depend on ARCH_BCMBCAWilliam Zhang2022-08-151-2/+2
|/
* Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-08-081-17/+1
|\
| * serial: remove VR41XX serial driverThomas Bogendoerfer2022-07-161-17/+0
| * serial: max310x: implement I2C supportCosmin Tanislav2022-06-101-0/+1
* | tty: serial: bcm63xx: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCAWilliam Zhang2022-07-111-2/+2
|/
* Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-031-4/+5
|\
| * serial: stm32: add earlycon supportValentin Caron2022-04-221-0/+1
| * serial: allow COMPILE_TEST for some driversJiri Slaby2022-04-221-3/+3
| * serial: pic32: make SERIAL_PIC32_CONSOLE depend on SERIAL_PIC32=yJiri Slaby2022-04-221-1/+1
* | Merge branch 'remove-h8300' of git://git.infradead.org/users/hch/misc into as...Arnd Bergmann2022-04-041-3/+2
|\ \ | |/ |/|
| * remove the h8300 architectureChristoph Hellwig2022-02-231-3/+2
* | tty: serial: samsung: Add ARTPEC-8 supportVincent Whitchurch2022-03-181-1/+1
* | tty: serial: bcm63xx: use more precise Kconfig symbolRafał Miłecki2022-03-181-1/+2
* | serial: SERIAL_SUNPLUS should depend on ARCH_SUNPLUSGeert Uytterhoeven2022-03-181-1/+1
* | Revert "tty: serial: meson: *"Greg Kroah-Hartman2022-03-011-1/+0
* | tty: serial: meson: Fix the compile link error reported by kernel test robotYu Tu2022-02-281-0/+1
* | serial: sunplus-uart: Add Sunplus SoC UART DriverHammer Hsieh2022-02-261-0/+25
* | serial: mvebu-uart: implement UART clock driver for configuring UART base clockPali Rohár2022-02-251-0/+1
* | tty: serial: atmel: add earlycon supportMichael Walle2022-02-211-0/+1
|/
* tty: serial: samsung: Enable console as moduleSam Protsenko2021-12-201-1/+1
* serial: liteuart: relax compile-test dependenciesJohan Hovold2021-11-251-1/+1
* tty: serial: samsung: describe driver in KConfigKrzysztof Kozlowski2021-10-051-4/+5