hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/drivers/net/wireless/rockchip_wlan/rkwifi/Kconfig
....@@ -1,10 +1,7 @@
11 # SPDX-License-Identifier: GPL-2.0
2
-choice
3
- prompt "Select driver version for ap6xxx chips"
4
-
52 config AP6XXX
6
- tristate "stable version (wifi5)"
7
- #depends on MMC && WLAN_80211
3
+ tristate "ap6xxx wireless cards support"
4
+ depends on RFKILL_RK
85 select CFG80211
96 select MAC80211
107 help
....@@ -16,26 +13,29 @@
1613 If you choose to build a module, it'll be called dhd. Say M if
1714 unsure.
1815
19
-config AP6XXX_WIFI6
20
- tristate "support wifi6(80211ax)"
21
- #depends on MMC && WLAN_80211
22
- select CFG80211
23
- select MAC80211
16
+choice
17
+ prompt "Enable Chip Interface"
18
+ depends on BCMDHD
19
+ default BCMDHD_SDIO
2420 help
25
- This driver supports wifi6 for ap6xxx chipset.
21
+ Enable Chip Interface.
2622
27
- This driver uses the kernel's wireless extensions subsystem.
23
+config BCMDHD_SDIO
24
+ bool "SDIO bus interface support"
25
+ depends on BCMDHD && MMC
2826
29
- If you choose to build a module, it'll be called dhd. Say M if
30
- unsure.
31
-
32
-config AP6XXX_INDEP_POWER
33
- tristate "support WiFi keepalive during host shutdown"
34
- select CFG80211
35
- select MAC80211
27
+config BCMDHD_PCIE
28
+ bool "PCIe bus interface support"
29
+ depends on BCMDHD && PCI
3630
3731 endchoice
3832
33
+config 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
+
3939 config BCMDHD_FW_PATH
4040 depends on BCMDHD
4141 string "Firmware path"