soc/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git] / src / drivers / wifi / generic / Kconfig
blob1d0e19f0051424ac6f93b2e17331debefffa271e
1 config DRIVERS_WIFI_GENERIC
2         bool
3         default n
4         help
5           When enabled, add identifiers in ACPI tables that are common
6           to WiFi chipsets from multiple vendors.
8 config DRIVERS_INTEL_WIFI
9         bool "Support Intel PCI-e WiFi adapters"
10         depends on PCI
11         default y if PCIEXP_PLUGIN_SUPPORT
12         select DRIVERS_WIFI_GENERIC
13         help
14            When enabled, add identifiers in ACPI and SMBIOS tables to
15            make OS drivers work with certain Intel PCI-e WiFi chipsets.
17 if DRIVERS_WIFI_GENERIC
19 config USE_SAR
20         bool
21         default n
22         help
23           Enable it when wifi driver uses SAR configuration feature.
25 config SAR_ENABLE
26         bool
27         default n
28         depends on USE_SAR
30 config DSAR_ENABLE
31         bool
32         default n
33         depends on USE_SAR
35 config GEO_SAR_ENABLE
36         bool
37         default n
38         depends on USE_SAR
40 config WIFI_SAR_CBFS_FILEPATH
41         string "The cbfs file which has WIFI SAR defaults"
42         depends on USE_SAR
43         default ""
45 config DSAR_SET_NUM
46         hex "Number of SAR sets when D-SAR is enabled"
47         default 0x3
48         depends on USE_SAR
49         help
50           There can be up to 3 optional SAR table sets.
52 endif # DRIVERS_WIFI_GENERIC