| .. | .. |
|---|
| 1 | 1 | # SPDX-License-Identifier: GPL-2.0 |
|---|
| 2 | | -choice |
|---|
| 3 | | - prompt "Select driver version for ap6xxx chips" |
|---|
| 4 | | - |
|---|
| 5 | 2 | config AP6XXX |
|---|
| 6 | | - tristate "stable version (wifi5)" |
|---|
| 7 | | - #depends on MMC && WLAN_80211 |
|---|
| 3 | + tristate "ap6xxx wireless cards support" |
|---|
| 4 | + depends on RFKILL_RK |
|---|
| 8 | 5 | select CFG80211 |
|---|
| 9 | 6 | select MAC80211 |
|---|
| 10 | 7 | help |
|---|
| .. | .. |
|---|
| 16 | 13 | If you choose to build a module, it'll be called dhd. Say M if |
|---|
| 17 | 14 | unsure. |
|---|
| 18 | 15 | |
|---|
| 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 |
|---|
| 24 | 20 | help |
|---|
| 25 | | - This driver supports wifi6 for ap6xxx chipset. |
|---|
| 21 | + Enable Chip Interface. |
|---|
| 26 | 22 | |
|---|
| 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 |
|---|
| 28 | 26 | |
|---|
| 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 |
|---|
| 36 | 30 | |
|---|
| 37 | 31 | endchoice |
|---|
| 38 | 32 | |
|---|
| 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 | + |
|---|
| 39 | 39 | config BCMDHD_FW_PATH |
|---|
| 40 | 40 | depends on BCMDHD |
|---|
| 41 | 41 | string "Firmware path" |
|---|