Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jiri Slaby and committed by
Greg Kroah-Hartman
3996954f fe15c26e

+9 -9
-9
drivers/char/pcmcia/Kconfig
··· 55 55 56 56 If unsure say N. 57 57 58 - config IPWIRELESS 59 - tristate "IPWireless 3G UMTS PCMCIA card support" 60 - depends on PCMCIA && NETDEVICES && TTY 61 - select PPP 62 - help 63 - This is a driver for 3G UMTS PCMCIA card from IPWireless company. In 64 - some countries (for example Czech Republic, T-Mobile ISP) this card 65 - is shipped for service called UMTS 4G. 66 - 67 58 endmenu 68 59
+9
drivers/tty/Kconfig
··· 301 301 default y if GOLDFISH_TTY=y 302 302 select SERIAL_EARLYCON 303 303 304 + config IPWIRELESS 305 + tristate "IPWireless 3G UMTS PCMCIA card support" 306 + depends on PCMCIA && NETDEVICES 307 + select PPP 308 + help 309 + This is a driver for 3G UMTS PCMCIA card from IPWireless company. In 310 + some countries (for example Czech Republic, T-Mobile ISP) this card 311 + is shipped for service called UMTS 4G. 312 + 304 313 config N_GSM 305 314 tristate "GSM MUX line discipline support (EXPERIMENTAL)" 306 315 depends on NET