Blame SOURCES/0035-rtw89-enable-driver-and-device-RTL8852AE.patch

56e3f4
From 067322075a8cdb1e466da71f7d7560062591ed54 Mon Sep 17 00:00:00 2001
56e3f4
From: =?UTF-8?q?=C3=8D=C3=B1igo=20Huguet?= <ihuguet@redhat.com>
56e3f4
Date: Fri, 21 Jan 2022 08:49:04 +0100
56e3f4
Subject: [PATCH 35/36] rtw89: enable driver and device RTL8852AE
56e3f4
MIME-Version: 1.0
56e3f4
Content-Type: text/plain; charset=UTF-8
56e3f4
Content-Transfer-Encoding: 8bit
56e3f4
56e3f4
Bugzilla: http://bugzilla.redhat.com/2033291
56e3f4
Upstream-status: Posted https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1570
56e3f4
56e3f4
Enable new driver rtw89 and device RTL8852AE
56e3f4
56e3f4
Signed-off-by: Íñigo Huguet <ihuguet@redhat.com>
56e3f4
---
56e3f4
 redhat/configs/generic/CONFIG_RTW89        | 1 +
56e3f4
 redhat/configs/generic/CONFIG_RTW89_8852AE | 1 +
56e3f4
 2 files changed, 2 insertions(+)
56e3f4
 create mode 100644 redhat/configs/generic/CONFIG_RTW89
56e3f4
 create mode 100644 redhat/configs/generic/CONFIG_RTW89_8852AE
56e3f4
56e3f4
diff --git a/redhat/configs/generic/CONFIG_RTW89 b/redhat/configs/generic/CONFIG_RTW89
56e3f4
new file mode 100644
56e3f4
index 000000000000..48f9cf9f73e3
56e3f4
--- /dev/null
56e3f4
+++ b/redhat/configs/generic/CONFIG_RTW89
56e3f4
@@ -0,0 +1 @@
56e3f4
+CONFIG_RTW89=m
56e3f4
diff --git a/redhat/configs/generic/CONFIG_RTW89_8852AE b/redhat/configs/generic/CONFIG_RTW89_8852AE
56e3f4
new file mode 100644
56e3f4
index 000000000000..d8ef20a039eb
56e3f4
--- /dev/null
56e3f4
+++ b/redhat/configs/generic/CONFIG_RTW89_8852AE
56e3f4
@@ -0,0 +1 @@
56e3f4
+CONFIG_RTW89_8852AE=m
56e3f4
-- 
56e3f4
2.13.6
56e3f4