1 ## SPDX-License-Identifier: GPL-2.0-only
3 config DRIVERS_WIFI_GENERIC
7 When enabled, add identifiers in ACPI tables that are common
8 to WiFi chipsets from multiple vendors.
10 config DRIVERS_INTEL_WIFI
11 bool "Support Intel PCI-e WiFi adapters"
13 default y if PCIEXP_PLUGIN_SUPPORT
14 select DRIVERS_WIFI_GENERIC
16 When enabled, add identifiers in ACPI and SMBIOS tables to
17 make OS drivers work with certain Intel PCI-e WiFi chipsets.
19 config DRIVERS_MTK_WIFI
20 bool "Support MediaTek PCI-e WiFi adapters"
22 default y if PCIEXP_PLUGIN_SUPPORT
23 select DRIVERS_WIFI_GENERIC
25 When enabled, add identifiers in ACPI tables to make OS
26 drivers work with certain MediaTek PCI-e WiFi chipsets.
31 depends on DRIVERS_WIFI_GENERIC
33 Enable it when wifi driver uses SAR configuration feature.
50 config WIFI_SAR_CBFS_FILEPATH
51 string "The cbfs file which has WIFI SAR defaults"
56 hex "Number of SAR sets when D-SAR is enabled"
60 There can be up to 3 optional SAR table sets.
65 depends on DRIVERS_MTK_WIFI
67 When enabled, adds the MTCL function for MediaTek WiFi chipsets.
68 This function supplies country list information used to enable or
69 disable operation on 5.9GHz and 6GHz bands.
71 config WIFI_MTCL_CBFS_FILEPATH
72 string "The cbfs file which has WIFI MTCL defaults"