diff options
| author | Hamad Kadmany <hkadmany@codeaurora.org> | 2015-06-09 08:31:00 +0300 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 19:58:10 -0700 |
| commit | 915823609a0cd51f6cfc06f0443a448c19acd7ee (patch) | |
| tree | 4921a5e0167b60736e78e847dae72ec9bf3f31f1 | |
| parent | cd958296acba6ce3e0d63198cae64d1b8d03dfcf (diff) | |
msm_11ad: Enable driver by default
Enable 11ad msm platform driver by default. The driver
must be built-in within kernel so that by default it turns
off any power related to the 11ad chipset when connected
to msm.
Change-Id: Ice3a85fcd5e3c10fbe3193d52d6d4cf26f0abe74
Signed-off-by: Hamad Kadmany <hkadmany@codeaurora.org>
| -rw-r--r-- | drivers/platform/msm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/msm/Kconfig b/drivers/platform/msm/Kconfig index a91552d33514..b9f6af465fa8 100644 --- a/drivers/platform/msm/Kconfig +++ b/drivers/platform/msm/Kconfig @@ -82,7 +82,7 @@ config MSM_11AD tristate "Platform driver for 11ad chip" depends on PCI depends on PCI_MSM - default n + default y ---help--- This module adds required platform support for wireless adapter based on Qualcomm Technologies, Inc. 11ad chip, integrated into MSM platform |
