aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2016-07-28 17:26:39 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2016-07-31 00:07:47 +0200
commit828e73e0b69896c769e2b9baf6a22c22eafd3734 (patch)
tree421e1abffd1f05780b037ee330fd49bbbb4cd2e5 /src/mainboard
parent783d0c146f6a2c3710ce7cd9ebe2aabb5825d854 (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/mainboard')
-rw-r--r--src/mainboard/google/chell/Kconfig3
-rw-r--r--src/mainboard/google/glados/Kconfig3
-rw-r--r--src/mainboard/google/lars/Kconfig3
-rw-r--r--src/mainboard/intel/kunimitsu/Kconfig3
4 files changed, 0 insertions, 12 deletions
diff --git a/src/mainboard/google/chell/Kconfig b/src/mainboard/google/chell/Kconfig
index 5ed211abb2..6fcdad43e6 100644
--- a/src/mainboard/google/chell/Kconfig
+++ b/src/mainboard/google/chell/Kconfig
@@ -28,9 +28,6 @@ config DRIVERS_I2C_GENERIC
config DRIVERS_I2C_NAU8825
def_bool y
-config DRIVERS_INTEL_WIFI
- def_bool y
-
config IRQ_SLOT_COUNT
int
default 18
diff --git a/src/mainboard/google/glados/Kconfig b/src/mainboard/google/glados/Kconfig
index 3acb8e982e..83049b7b63 100644
--- a/src/mainboard/google/glados/Kconfig
+++ b/src/mainboard/google/glados/Kconfig
@@ -28,9 +28,6 @@ config DRIVERS_I2C_GENERIC
config DRIVERS_I2C_NAU8825
def_bool y
-config DRIVERS_INTEL_WIFI
- def_bool y
-
config IRQ_SLOT_COUNT
int
default 18
diff --git a/src/mainboard/google/lars/Kconfig b/src/mainboard/google/lars/Kconfig
index c6025230a2..44c101836c 100644
--- a/src/mainboard/google/lars/Kconfig
+++ b/src/mainboard/google/lars/Kconfig
@@ -32,9 +32,6 @@ config DRIVERS_I2C_GENERIC
config DRIVERS_I2C_NAU8825
default y
-config DRIVERS_INTEL_WIFI
- default y
-
config IRQ_SLOT_COUNT
int
default 18
diff --git a/src/mainboard/intel/kunimitsu/Kconfig b/src/mainboard/intel/kunimitsu/Kconfig
index d2e6951897..c203df01c3 100644
--- a/src/mainboard/intel/kunimitsu/Kconfig
+++ b/src/mainboard/intel/kunimitsu/Kconfig
@@ -31,9 +31,6 @@ config DRIVERS_I2C_GENERIC
config DRIVERS_I2C_NAU8825
default y
-config DRIVERS_INTEL_WIFI
- default y
-
config IRQ_SLOT_COUNT
int
default 18