xref: /linux/drivers/net/wireless/morsemicro/mm81x/Kconfig (revision 91ec2035134982b98fab0609a9fd8480e8217dc1)
1# SPDX-License-Identifier: GPL-2.0
2
3config MM81X
4	tristate "Morse Micro MM81x wireless devices" if COMPILE_TEST
5	depends on MAC80211
6	select FW_LOADER
7	select CRC7
8	help
9	  This module adds support for wireless devices based
10	  on Morse Micro MM81xx chipsets.
11
12config MM81X_USB
13	tristate "Morse Micro MM81x USB support"
14	depends on MAC80211 && USB
15	select MM81X
16	help
17	  This module adds support for the USB interface of
18	  devices using the Morse Micro MM81x chipset.
19
20config MM81X_SDIO
21	tristate "Morse Micro MM81x SDIO support"
22	depends on MAC80211 && MMC
23	select MM81X
24	help
25	  This module adds support for the SDIO interface of
26	  devices using the Morse Micro MM81x chipset.
27