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)
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

index f5d589b..2672499 100644 (file)
@@ -55,14 +55,5 @@ config SCR24X
 
          If unsure say N.
 
-config IPWIRELESS
-       tristate "IPWireless 3G UMTS PCMCIA card support"
-       depends on PCMCIA && NETDEVICES && TTY
-       select PPP
-       help
-         This is a driver for 3G UMTS PCMCIA card from IPWireless company. In
-         some countries (for example Czech Republic, T-Mobile ISP) this card
-         is shipped for service called UMTS 4G.
-
 endmenu
 
index d35fc06..4de4fb9 100644 (file)
@@ -301,6 +301,15 @@ config GOLDFISH_TTY_EARLY_CONSOLE
        default y if GOLDFISH_TTY=y
        select SERIAL_EARLYCON
 
+config IPWIRELESS
+       tristate "IPWireless 3G UMTS PCMCIA card support"
+       depends on PCMCIA && NETDEVICES
+       select PPP
+       help
+         This is a driver for 3G UMTS PCMCIA card from IPWireless company. In
+         some countries (for example Czech Republic, T-Mobile ISP) this card
+         is shipped for service called UMTS 4G.
+
 config N_GSM
        tristate "GSM MUX line discipline support (EXPERIMENTAL)"
        depends on NET