xref: /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BCMDHD
2*4882a593Smuzhiyun	tristate "Broadcom FullMAC wireless cards support"
3*4882a593Smuzhiyun	help
4*4882a593Smuzhiyun	  This module adds support for wireless adapters based on
5*4882a593Smuzhiyun	  Broadcom FullMAC chipset.
6*4882a593Smuzhiyun
7*4882a593Smuzhiyunconfig BCMDHD_FW_PATH
8*4882a593Smuzhiyun	depends on BCMDHD
9*4882a593Smuzhiyun	string "Firmware path"
10*4882a593Smuzhiyun	default "/system/etc/firmware/fw_bcmdhd.bin"
11*4882a593Smuzhiyun	help
12*4882a593Smuzhiyun	  Path to the firmware file.
13*4882a593Smuzhiyun
14*4882a593Smuzhiyunconfig BCMDHD_NVRAM_PATH
15*4882a593Smuzhiyun	depends on BCMDHD
16*4882a593Smuzhiyun	string "NVRAM path"
17*4882a593Smuzhiyun	default "/system/etc/firmware/nvram.txt"
18*4882a593Smuzhiyun	help
19*4882a593Smuzhiyun	  Path to the calibration file.
20*4882a593Smuzhiyun
21*4882a593Smuzhiyunconfig BCMDHD_WEXT
22*4882a593Smuzhiyun	bool "Enable WEXT support"
23*4882a593Smuzhiyun	depends on BCMDHD && CFG80211 = n
24*4882a593Smuzhiyun	select WIRELESS_EXT
25*4882a593Smuzhiyun	select WEXT_PRIV
26*4882a593Smuzhiyun	help
27*4882a593Smuzhiyun	  Enables WEXT support
28*4882a593Smuzhiyun
29*4882a593Smuzhiyunchoice
30*4882a593Smuzhiyun	prompt "Enable Chip Interface"
31*4882a593Smuzhiyun	depends on BCMDHD
32*4882a593Smuzhiyun	help
33*4882a593Smuzhiyun		Enable Chip Interface.
34*4882a593Smuzhiyunconfig BCMDHD_SDIO
35*4882a593Smuzhiyun		bool "SDIO bus interface support"
36*4882a593Smuzhiyun		depends on BCMDHD && MMC
37*4882a593Smuzhiyunconfig BCMDHD_PCIE
38*4882a593Smuzhiyun		bool "PCIe bus interface support"
39*4882a593Smuzhiyun		depends on BCMDHD && PCI
40*4882a593Smuzhiyunconfig BCMDHD_USB
41*4882a593Smuzhiyun		bool "USB bus interface support"
42*4882a593Smuzhiyun		depends on BCMDHD && USB
43*4882a593Smuzhiyunendchoice
44*4882a593Smuzhiyun
45*4882a593Smuzhiyunchoice
46*4882a593Smuzhiyun	depends on BCMDHD && BCMDHD_SDIO
47*4882a593Smuzhiyun	prompt "Interrupt type"
48*4882a593Smuzhiyun	help
49*4882a593Smuzhiyun		Interrupt type
50*4882a593Smuzhiyunconfig BCMDHD_OOB
51*4882a593Smuzhiyun	depends on BCMDHD && BCMDHD_SDIO
52*4882a593Smuzhiyun	bool "Out-of-Band Interrupt"
53*4882a593Smuzhiyun	default y
54*4882a593Smuzhiyun	help
55*4882a593Smuzhiyun		Interrupt from WL_HOST_WAKE.
56*4882a593Smuzhiyunconfig BCMDHD_SDIO_IRQ
57*4882a593Smuzhiyun	depends on BCMDHD && BCMDHD_SDIO
58*4882a593Smuzhiyun	bool "In-Band Interrupt"
59*4882a593Smuzhiyun	help
60*4882a593Smuzhiyun	  Interrupt from SDIO DAT[1]
61*4882a593Smuzhiyunendchoice
62