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