aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/char
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-03-11 15:57:35 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-03-12 17:17:30 +0100
commit00e375439794723d08408c4e2b54368e885b8ad4 (patch)
treeb4049d6b2cc93c97e43f690a9fe212beef987366 /drivers/char
parentchar: group dev configs togther (diff)
downloadwireguard-linux-00e375439794723d08408c4e2b54368e885b8ad4.tar.xz
wireguard-linux-00e375439794723d08408c4e2b54368e885b8ad4.zip
tty: source all tty Kconfig files in one place
'source' (include) all of the tty/*/Kconfig files from drivers/tty/Kconfig instead of from drivers/char/Kconfig. This consolidates them both in source code and in menu presentation to the user. Move hvc/Kconfig and serial/Kconfig 'source' lines into the if TTY/endif block and remove the if TTY/endif blocks from those 2 files. Cc: linux-serial@vger.kernel.org Cc: Jiri Slaby <jslaby@suse.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Arnd Bergmann <arnd@arndb.de> Suggested-by: Jiri Slaby <jslaby@suse.com> Suggested-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Link: https://lore.kernel.org/r/20200311225736.32147-3-rdunlap@infradead.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/char')
-rw-r--r--drivers/char/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig
index b77f796a5ace..5d30b19099aa 100644
--- a/drivers/char/Kconfig
+++ b/drivers/char/Kconfig
@@ -7,9 +7,6 @@ menu "Character devices"
source "drivers/tty/Kconfig"
-source "drivers/tty/serial/Kconfig"
-source "drivers/tty/serdev/Kconfig"
-
config TTY_PRINTK
tristate "TTY driver to output user messages via printk"
depends on EXPERT && TTY
@@ -94,8 +91,6 @@ config PPDEV
If unsure, say N.
-source "drivers/tty/hvc/Kconfig"
-
config VIRTIO_CONSOLE
tristate "Virtio console"
depends on VIRTIO && TTY