diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-07-28 17:26:39 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-07-31 00:07:47 +0200 |
commit | 828e73e0b69896c769e2b9baf6a22c22eafd3734 (patch) | |
tree | 421e1abffd1f05780b037ee330fd49bbbb4cd2e5 /src/drivers/intel/wifi/Kconfig | |
parent | 783d0c146f6a2c3710ce7cd9ebe2aabb5825d854 (diff) |
intel/wifi: Include conditionally in the build
Keep this enabled by default as most x86 platforms could have PCI-e
slots equipped with one of these Intel WiFi adapters.
The Kconfig entries under google boards had no function previously,
the variable was never referenced.
Change-Id: I728ce3fd83d51d4e5e32b848a2079c5fcee29349
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/15931
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Diffstat (limited to 'src/drivers/intel/wifi/Kconfig')
-rw-r--r-- | src/drivers/intel/wifi/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/drivers/intel/wifi/Kconfig b/src/drivers/intel/wifi/Kconfig new file mode 100644 index 0000000000..40a85286a6 --- /dev/null +++ b/src/drivers/intel/wifi/Kconfig @@ -0,0 +1,6 @@ +config DRIVERS_INTEL_WIFI + bool "Support Intel PCI-e WiFi adapters" + default y if PCIEXP_PLUGIN_SUPPORT + help + When enabled, add identifiers in ACPI and SMBIOS tables to + make OS drivers work with certain Intel PCI-e WiFi chipsets. |