diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-07-14 04:01:23 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-07-14 04:01:22 -0700 |
| commit | 20f79f9e8fdb925be6d70e06a3c2de8a1ad0d476 (patch) | |
| tree | e81f820b39fd521d6d03a242f3c59dbc75b0e11c | |
| parent | bcad6b5748839a51ae612b50b89a5f5a9b191466 (diff) | |
| parent | 306055a7a634943b31aaea7af449dd713ac6e385 (diff) | |
Merge "msm_11ad: Compile as module instead of built-in"
| -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 66bdc593f811..333d28e64087 100644 --- a/drivers/platform/msm/Kconfig +++ b/drivers/platform/msm/Kconfig @@ -194,7 +194,7 @@ config MSM_11AD tristate "Platform driver for 11ad chip" depends on PCI depends on PCI_MSM - default y + default m ---help--- This module adds required platform support for wireless adapter based on Qualcomm Technologies, Inc. 11ad chip, integrated into MSM platform |
