summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-mainline-4.14/0039-ARM-apalis-tk1-mainline-enable-options-for-backport.patch
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2020-04-09 19:23:47 +0300
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2020-05-14 21:30:36 +0300
commit6b2c3e6fba507d76bc318c6aba6fa8a5f5c1a558 (patch)
tree4a6d64118dc9488e6ff534a8b1159bb21fe11fc5 /recipes-kernel/linux/linux-toradex-mainline-4.14/0039-ARM-apalis-tk1-mainline-enable-options-for-backport.patch
parent622eebbcfd5638b789df0dfa3a263959ba500531 (diff)
linux-toradex-mainline: add backport-5.4 support
Add the patches that fix interferences of kernel modules with backported modules. Related-to: ELB-2724 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Diffstat (limited to 'recipes-kernel/linux/linux-toradex-mainline-4.14/0039-ARM-apalis-tk1-mainline-enable-options-for-backport.patch')
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline-4.14/0039-ARM-apalis-tk1-mainline-enable-options-for-backport.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline-4.14/0039-ARM-apalis-tk1-mainline-enable-options-for-backport.patch b/recipes-kernel/linux/linux-toradex-mainline-4.14/0039-ARM-apalis-tk1-mainline-enable-options-for-backport.patch
new file mode 100644
index 0000000..a06778b
--- /dev/null
+++ b/recipes-kernel/linux/linux-toradex-mainline-4.14/0039-ARM-apalis-tk1-mainline-enable-options-for-backport.patch
@@ -0,0 +1,31 @@
+From b788eaedd789c2fd56c5d249400b57055ea9f880 Mon Sep 17 00:00:00 2001
+From: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
+Date: Thu, 16 Apr 2020 11:08:45 +0300
+Subject: [PATCH 3/3] ARM: apalis-tk1-mainline: enable options for backports
+
+Enable WIRELESS_EXT and WEXT_PRIV options for the backported
+rtl81288eu driver.
+
+Related-to: ELB-2388
+Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
+---
+
+ arch/arm/configs/tegra_defconfig | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig
+index 385832bf67c5..49255fc099af 100644
+--- a/arch/arm/configs/tegra_defconfig
++++ b/arch/arm/configs/tegra_defconfig
+@@ -70,6 +70,8 @@ CONFIG_BT_RFCOMM=y
+ CONFIG_BT_BNEP=y
+ CONFIG_BT_HIDP=y
+ CONFIG_BT_HCIBTUSB=m
++CONFIG_WIRELESS_EXT=y
++CONFIG_WEXT_PRIV=y
+ CONFIG_RFKILL=y
+ CONFIG_RFKILL_INPUT=y
+ CONFIG_RFKILL_GPIO=y
+--
+2.20.1
+