diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-11-13 08:03:17 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-11-13 08:03:17 -0600 |
commit | bd34279372d22fb7dd1bfb76d9a5f7a13f7fb693 (patch) | |
tree | 35f1cc6d3d35eb6b5211b4f69fbfef3c3eada030 /configs | |
parent | ee6e0fd0350971f2981b8a7f5f64357e007abb37 (diff) | |
download | kernel-bd34279372d22fb7dd1bfb76d9a5f7a13f7fb693.tar.gz kernel-bd34279372d22fb7dd1bfb76d9a5f7a13f7fb693.tar.xz kernel-bd34279372d22fb7dd1bfb76d9a5f7a13f7fb693.zip |
Turn on ATH11K
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/fedora/generic/CONFIG_ATH11K | 2 | ||||
-rw-r--r-- | configs/fedora/generic/CONFIG_ATH11K_DEBUG | 1 | ||||
-rw-r--r-- | configs/fedora/generic/CONFIG_ATH11K_DEBUGFS | 1 | ||||
-rw-r--r-- | configs/fedora/generic/CONFIG_ATH11K_SPECTRAL | 1 | ||||
-rw-r--r-- | configs/fedora/generic/CONFIG_ATH11K_TRACING | 1 |
5 files changed, 5 insertions, 1 deletions
diff --git a/configs/fedora/generic/CONFIG_ATH11K b/configs/fedora/generic/CONFIG_ATH11K index 584c5e3f1..7927e05a0 100644 --- a/configs/fedora/generic/CONFIG_ATH11K +++ b/configs/fedora/generic/CONFIG_ATH11K @@ -1 +1 @@ -# CONFIG_ATH11K is not set +CONFIG_ATH11K=m diff --git a/configs/fedora/generic/CONFIG_ATH11K_DEBUG b/configs/fedora/generic/CONFIG_ATH11K_DEBUG new file mode 100644 index 000000000..8c3c7f975 --- /dev/null +++ b/configs/fedora/generic/CONFIG_ATH11K_DEBUG @@ -0,0 +1 @@ +# CONFIG_ATH11K_DEBUG is not set diff --git a/configs/fedora/generic/CONFIG_ATH11K_DEBUGFS b/configs/fedora/generic/CONFIG_ATH11K_DEBUGFS new file mode 100644 index 000000000..d4a25f6c3 --- /dev/null +++ b/configs/fedora/generic/CONFIG_ATH11K_DEBUGFS @@ -0,0 +1 @@ +CONFIG_ATH11K_DEBUGFS=y diff --git a/configs/fedora/generic/CONFIG_ATH11K_SPECTRAL b/configs/fedora/generic/CONFIG_ATH11K_SPECTRAL new file mode 100644 index 000000000..92bb5d3e5 --- /dev/null +++ b/configs/fedora/generic/CONFIG_ATH11K_SPECTRAL @@ -0,0 +1 @@ +# CONFIG_ATH11K_SPECTRAL is not set diff --git a/configs/fedora/generic/CONFIG_ATH11K_TRACING b/configs/fedora/generic/CONFIG_ATH11K_TRACING new file mode 100644 index 000000000..0ba056e8a --- /dev/null +++ b/configs/fedora/generic/CONFIG_ATH11K_TRACING @@ -0,0 +1 @@ +# CONFIG_ATH11K_TRACING is not set |