xref: /linux/drivers/net/wireless/morsemicro/Kconfig (revision 91ec2035134982b98fab0609a9fd8480e8217dc1)
1*b1906ceaSLachlan Hodges# SPDX-License-Identifier: GPL-2.0-only
2*b1906ceaSLachlan Hodgesconfig WLAN_VENDOR_MORSEMICRO
3*b1906ceaSLachlan Hodges	bool "Morse Micro devices"
4*b1906ceaSLachlan Hodges	default y
5*b1906ceaSLachlan Hodges	help
6*b1906ceaSLachlan Hodges	  If you have a wireless card belonging to this class, say Y.
7*b1906ceaSLachlan Hodges
8*b1906ceaSLachlan Hodges	  Note that the answer to this question doesn't directly affect the
9*b1906ceaSLachlan Hodges	  kernel: saying N will just cause the configurator to skip all the
10*b1906ceaSLachlan Hodges	  questions about these cards. If you say Y, you will be asked for
11*b1906ceaSLachlan Hodges	  your specific card in the following questions.
12*b1906ceaSLachlan Hodges
13*b1906ceaSLachlan Hodgesif WLAN_VENDOR_MORSEMICRO
14*b1906ceaSLachlan Hodgessource "drivers/net/wireless/morsemicro/mm81x/Kconfig"
15*b1906ceaSLachlan Hodgesendif # WLAN_VENDOR_MORSEMICRO
16