OSDN Git Service

tty: ipwireless: move Kconfig entry to tty
authorJiri Slaby <jirislaby@kernel.org>
Wed, 22 Feb 2023 09:23:01 +0000 (10:23 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Mar 2023 16:30:27 +0000 (17:30 +0100)
commit3996954fa071aa20945c8ac7694684fa3c1fed68
tree756f3a303d8a44af455322a0d637dc1626526e32
parentfe15c26ee26efa11741a7b632e9f23b01aca4cc6
tty: ipwireless: move Kconfig entry to tty

The ipwireless' Kconfig entry is currently sitting in char/pcmcia. But
the driver is in tty/. So move the entry to tty/ too.

First, it makes sense to have the entry along the driver. Second, whole
char/pcmcia is about to pass away.

Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
Cc: Jiri Kosina <jikos@kernel.org>
Cc: David Sterba <dsterba@suse.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: David Sterba <dsterba@suse.com>
Link: https://lore.kernel.org/r/20230222092302.6348-1-jirislaby@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/pcmcia/Kconfig
drivers/tty/Kconfig