diff options
| author | Andrey Gostev <fga022c@motorola.com> | 2014-02-19 17:51:35 -0500 |
|---|---|---|
| committer | James Wylder <jwylder@motorola.com> | 2014-03-05 17:47:22 -0600 |
| commit | 1fe22eb805479fc1428ed4073592e7956f0e3cb7 (patch) | |
| tree | 8bfc3111b4228f865b31603e761c697c7043e291 | |
| parent | fd869d57d8240ba7311e590a3eecf02c0b834984 (diff) | |
| download | olio-linux-3.10-1fe22eb805479fc1428ed4073592e7956f0e3cb7.tar.xz olio-linux-3.10-1fe22eb805479fc1428ed4073592e7956f0e3cb7.zip | |
IKXCLOCK-280 defconfig: minnow: disable TI 12XX wireless lan driver
Disable Texas Instruments WL12XX wireless LAN driver
Change-Id: Ie063515f68d850637876dcdc6b21411b7e947430
| -rw-r--r-- | arch/arm/configs/eng_minnow_defconfig | 2 | ||||
| -rw-r--r-- | arch/arm/configs/minnow_defconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/configs/eng_minnow_defconfig b/arch/arm/configs/eng_minnow_defconfig index ecc2a8e792a..929c4ecbd2c 100644 --- a/arch/arm/configs/eng_minnow_defconfig +++ b/arch/arm/configs/eng_minnow_defconfig @@ -1089,7 +1089,7 @@ CONFIG_WLAN=y # CONFIG_RTLWIFI is not set CONFIG_WL_TI=y # CONFIG_WL1251 is not set -CONFIG_WL12XX=y +# CONFIG_WL12XX is not set CONFIG_WL18XX=y CONFIG_WLCORE=y # CONFIG_WLCORE_SPI is not set diff --git a/arch/arm/configs/minnow_defconfig b/arch/arm/configs/minnow_defconfig index eb16807e028..28c005967db 100644 --- a/arch/arm/configs/minnow_defconfig +++ b/arch/arm/configs/minnow_defconfig @@ -1083,7 +1083,7 @@ CONFIG_WLAN=y # CONFIG_RTLWIFI is not set CONFIG_WL_TI=y # CONFIG_WL1251 is not set -CONFIG_WL12XX=y +# CONFIG_WL12XX is not set CONFIG_WL18XX=y CONFIG_WLCORE=y # CONFIG_WLCORE_SPI is not set |