Skip to content

Commit ab4382d

Browse files
committed
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 <[email protected]> Cc: Alan Cox <[email protected]> Cc: Geert Uytterhoeven <[email protected]> Cc: Rogier Wolff <[email protected]> Cc: Michael H. Warfield <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 728674a commit ab4382d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+3
-3
lines changed

drivers/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ obj-$(CONFIG_XEN) += xen/
2424
# regulators early, since some subsystems rely on them to initialize
2525
obj-$(CONFIG_REGULATOR) += regulator/
2626

27-
# char/ comes before serial/ etc so that the VT console is the boot-time
27+
# tty/ comes before char/ so that the VT console is the boot-time
2828
# default.
2929
obj-y += tty/
3030
obj-y += char/
@@ -38,7 +38,6 @@ obj-$(CONFIG_CONNECTOR) += connector/
3838
obj-$(CONFIG_FB_I810) += video/i810/
3939
obj-$(CONFIG_FB_INTEL) += video/intelfb/
4040

41-
obj-y += serial/
4241
obj-$(CONFIG_PARPORT) += parport/
4342
obj-y += base/ block/ misc/ mfd/ nfc/
4443
obj-$(CONFIG_NUBUS) += nubus/

drivers/char/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ config SGI_MBCS
426426
If you have an SGI Altix with an attached SABrick
427427
say Y or M here, otherwise say N.
428428

429-
source "drivers/serial/Kconfig"
429+
source "drivers/tty/serial/Kconfig"
430430

431431
config UNIX98_PTYS
432432
bool "Unix98 PTY support" if EMBEDDED

drivers/tty/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ obj-$(CONFIG_R3964) += n_r3964.o
1010

1111
obj-y += vt/
1212
obj-$(CONFIG_HVC_DRIVER) += hvc/
13+
obj-y += serial/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)