xref: /openbmc/linux/drivers/net/wireless/rsi/Kconfig (revision c0c74acb)
1config WLAN_VENDOR_RSI
2	bool "Redpine Signals Inc devices"
3	default y
4	---help---
5	  If you have a wireless card belonging to this class, say Y.
6
7	  Note that the answer to this question doesn't directly affect the
8	  kernel: saying N will just cause the configurator to skip all
9	  the questions about  cards. If you say Y, you will be asked for
10	  your specific card in the following questions.
11
12if WLAN_VENDOR_RSI
13
14config RSI_91X
15	tristate "Redpine Signals Inc 91x WLAN driver support"
16	depends on MAC80211
17	---help---
18	  This option enabes support for RSI 1x1 devices.
19	  Select M (recommended), if you have a RSI 1x1 wireless module.
20
21config RSI_DEBUGFS
22	bool "Redpine Signals Inc debug support"
23	depends on RSI_91X
24	default y
25	---help---
26	 Say Y, if you would like to enable debug support. This option
27	 creates debugfs entries
28
29config RSI_SDIO
30	tristate "Redpine Signals SDIO bus support"
31	depends on MMC && RSI_91X
32	default m
33	---help---
34	  This option enables the SDIO bus support in rsi drivers.
35	  Select M (recommended), if you have a RSI 1x1 wireless module.
36
37config RSI_USB
38	tristate "Redpine Signals USB bus support"
39	depends on USB && RSI_91X
40	default m
41	---help---
42	  This option enables the USB bus support in rsi drivers.
43	  Select M (recommended), if you have a RSI 1x1 wireless module.
44
45endif # WLAN_VENDOR_RSI
46