mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-07 15:04:17 +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
|
@ -24,7 +24,7 @@ obj-$(CONFIG_XEN) += xen/
|
||||||
# regulators early, since some subsystems rely on them to initialize
|
# regulators early, since some subsystems rely on them to initialize
|
||||||
obj-$(CONFIG_REGULATOR) += regulator/
|
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.
|
# default.
|
||||||
obj-y += tty/
|
obj-y += tty/
|
||||||
obj-y += char/
|
obj-y += char/
|
||||||
|
@ -38,7 +38,6 @@ obj-$(CONFIG_CONNECTOR) += connector/
|
||||||
obj-$(CONFIG_FB_I810) += video/i810/
|
obj-$(CONFIG_FB_I810) += video/i810/
|
||||||
obj-$(CONFIG_FB_INTEL) += video/intelfb/
|
obj-$(CONFIG_FB_INTEL) += video/intelfb/
|
||||||
|
|
||||||
obj-y += serial/
|
|
||||||
obj-$(CONFIG_PARPORT) += parport/
|
obj-$(CONFIG_PARPORT) += parport/
|
||||||
obj-y += base/ block/ misc/ mfd/ nfc/
|
obj-y += base/ block/ misc/ mfd/ nfc/
|
||||||
obj-$(CONFIG_NUBUS) += nubus/
|
obj-$(CONFIG_NUBUS) += nubus/
|
||||||
|
|
|
@ -426,7 +426,7 @@ config SGI_MBCS
|
||||||
If you have an SGI Altix with an attached SABrick
|
If you have an SGI Altix with an attached SABrick
|
||||||
say Y or M here, otherwise say N.
|
say Y or M here, otherwise say N.
|
||||||
|
|
||||||
source "drivers/serial/Kconfig"
|
source "drivers/tty/serial/Kconfig"
|
||||||
|
|
||||||
config UNIX98_PTYS
|
config UNIX98_PTYS
|
||||||
bool "Unix98 PTY support" if EMBEDDED
|
bool "Unix98 PTY support" if EMBEDDED
|
||||||
|
|
|
@ -10,3 +10,4 @@ obj-$(CONFIG_R3964) += n_r3964.o
|
||||||
|
|
||||||
obj-y += vt/
|
obj-y += vt/
|
||||||
obj-$(CONFIG_HVC_DRIVER) += hvc/
|
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