xref: /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# SPDX-License-Identifier: GPL-2.0
2config AP6XXX
3	tristate "ap6xxx wireless cards support"
4	depends on RFKILL_RK
5	select CFG80211
6	select MAC80211
7	help
8	  This module adds support for wireless adapters based on
9	  Broadcom ap6xxx chipset.
10
11	  This driver uses the kernel's wireless extensions subsystem.
12
13	  If you choose to build a module, it'll be called dhd. Say M if
14	  unsure.
15
16choice
17	prompt "Enable Chip Interface"
18	depends on BCMDHD
19	default BCMDHD_SDIO
20	help
21	  Enable Chip Interface.
22
23config BCMDHD_SDIO
24	bool "SDIO bus interface support"
25	depends on BCMDHD && MMC
26
27config BCMDHD_PCIE
28	bool "PCIe bus interface support"
29	depends on BCMDHD && PCI
30
31endchoice
32
33config PCIEASPM_ROCKCHIP_WIFI_EXTENSION
34	bool "Extend ASPM function"
35	depends on BCMDHD_PCIE && PCIEASPM_EXT
36	help
37	  This enables the extensions APIs for ASPM control.
38
39config BCMDHD_FW_PATH
40	depends on BCMDHD
41	string "Firmware path"
42	default "/vendor/etc/firmware/fw_bcmdhd.bin"
43	help
44	  Path to the firmware file.
45
46config BCMDHD_NVRAM_PATH
47	depends on BCMDHD
48	string "NVRAM path"
49	default "/vendor/etc/firmware/nvram.txt"
50	help
51	  Path to the calibration file.a
52
53config BCMDHD_STATIC_IF
54	bool "Enable wlan1 support"
55	help
56	  default to add wlan1 interface
57