diff options
| author | Gabriel Ionescu <gabriel.ionescu@enea.com> | 2019-04-17 17:03:48 +0200 |
|---|---|---|
| committer | Gabriel Ionescu <Gabriel.Ionescu@enea.com> | 2019-04-24 13:24:50 +0200 |
| commit | d26003e480aa851460c06c1a362c7c29e31f5582 (patch) | |
| tree | 321205bd686687a523b762ce73731140fe2db5e2 | |
| parent | 1d1f0387d788bd31050b7b1476c8c26b7f0af5c6 (diff) | |
| download | enea-kernel-cache-d26003e480aa851460c06c1a362c7c29e31f5582.tar.gz | |
Enable ATH10K drivers
Change-Id: Ide48a56d70c0faec8fce99fa6b170e1a84af97c7
Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com>
| -rw-r--r-- | features/wlan/wlan_ath10k.cfg | 4 | ||||
| -rw-r--r-- | features/wlan/wlan_ath10k.scc | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/features/wlan/wlan_ath10k.cfg b/features/wlan/wlan_ath10k.cfg new file mode 100644 index 0000000..68afc9a --- /dev/null +++ b/features/wlan/wlan_ath10k.cfg | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | # Atheros 10K | ||
| 2 | CONFIG_WLAN_VENDOR_ATH=y | ||
| 3 | CONFIG_ATH10K=m | ||
| 4 | CONFIG_ATH10K_PCI=m | ||
diff --git a/features/wlan/wlan_ath10k.scc b/features/wlan/wlan_ath10k.scc new file mode 100644 index 0000000..8572337 --- /dev/null +++ b/features/wlan/wlan_ath10k.scc | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "ATH10k is the mac80211 wireless driver for Qualcom Atheros QCA988x family of chips" | ||
| 2 | |||
| 3 | define KFEATURE_COMPATIBILITY all | ||
| 4 | |||
| 5 | kconf hardware wlan_ath10k.cfg | ||
