mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-07 06:54:09 +00:00
tty: move drivers/serial/ to drivers/tty/serial/
The serial drivers are really just tty drivers, so move them to drivers/tty/ to make things a bit neater overall. This is part of the tty/serial driver movement proceedure as proposed by Arnd Bergmann and approved by everyone involved a number of months ago. Cc: Arnd Bergmann <arnd@arndb.de> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Cc: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Rogier Wolff <R.E.Wolff@bitwizard.nl> Cc: Michael H. Warfield <mhw@wittsend.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
728674a7e4
commit
ab4382d274
122 changed files with 3 additions and 3 deletions
drivers
Makefile
char
tty
Makefile
serial
21285.c68328serial.c68328serial.h68360serial.c8250.c8250.h8250_accent.c8250_acorn.c8250_boca.c8250_early.c8250_exar_st16c554.c8250_fourport.c8250_gsc.c8250_hp300.c8250_hub6.c8250_mca.c8250_pci.c8250_pnp.cKconfigMakefilealtera_jtaguart.caltera_uart.camba-pl010.camba-pl011.capbuart.capbuart.hatmel_serial.cbcm63xx_uart.cbfin_5xx.cbfin_sport_uart.cbfin_sport_uart.hclps711x.c
cpm_uart
crisv10.ccrisv10.hdz.cdz.hicom.cicom.hifx6x60.cifx6x60.himx.cioc3_serial.cioc4_serial.cip22zilog.cip22zilog.hjsm
kgdboc.cm32r_sio.cm32r_sio.hm32r_sio_reg.hmax3100.cmax3107-aava.cmax3107.cmax3107.hmcf.cmfd.cmpc52xx_uart.cmpsc.cmrst_max3110.cmrst_max3110.hmsm_serial.cmsm_serial.hmux.cnetx-serial.cnwpserial.cof_serial.comap-serial.cpch_uart.cpmac_zilog.cpmac_zilog.hpnx8xxx_uart.cpxa.cs3c2400.cs3c2410.cs3c2412.cs3c2440.cs3c24a0.cs3c6400.cs5pv210.csa1100.csamsung.csamsung.hsb1250-duart.csc26xx.cserial_core.cserial_cs.c
|
@ -24,7 +24,7 @@ obj-$(CONFIG_XEN) += xen/
|
|||
# regulators early, since some subsystems rely on them to initialize
|
||||
obj-$(CONFIG_REGULATOR) += regulator/
|
||||
|
||||
# char/ comes before serial/ etc so that the VT console is the boot-time
|
||||
# tty/ comes before char/ so that the VT console is the boot-time
|
||||
# default.
|
||||
obj-y += tty/
|
||||
obj-y += char/
|
||||
|
@ -38,7 +38,6 @@ obj-$(CONFIG_CONNECTOR) += connector/
|
|||
obj-$(CONFIG_FB_I810) += video/i810/
|
||||
obj-$(CONFIG_FB_INTEL) += video/intelfb/
|
||||
|
||||
obj-y += serial/
|
||||
obj-$(CONFIG_PARPORT) += parport/
|
||||
obj-y += base/ block/ misc/ mfd/ nfc/
|
||||
obj-$(CONFIG_NUBUS) += nubus/
|
||||
|
|
|
@ -426,7 +426,7 @@ config SGI_MBCS
|
|||
If you have an SGI Altix with an attached SABrick
|
||||
say Y or M here, otherwise say N.
|
||||
|
||||
source "drivers/serial/Kconfig"
|
||||
source "drivers/tty/serial/Kconfig"
|
||||
|
||||
config UNIX98_PTYS
|
||||
bool "Unix98 PTY support" if EMBEDDED
|
||||
|
|
|
@ -10,3 +10,4 @@ obj-$(CONFIG_R3964) += n_r3964.o
|
|||
|
||||
obj-y += vt/
|
||||
obj-$(CONFIG_HVC_DRIVER) += hvc/
|
||||
obj-y += serial/
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue