From 82c901d32b91ebc123b5b5f26b4ca8a0ca0a5407 Mon Sep 17 00:00:00 2001 From: Jan Pavlinec <jan.pavlinec@nic.cz> Date: Thu, 5 Nov 2020 16:21:20 +0100 Subject: [PATCH] config/common/kernel: enable ATH9K_SUPPORT_PCOEM on ath9k module Note: This should extend amount of supported ath9k mPCIe cards. It was disabled because of module size. --- configs/common/kernel | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/common/kernel b/configs/common/kernel index c2db63066..5fd0ecae9 100644 --- a/configs/common/kernel +++ b/configs/common/kernel @@ -10,3 +10,7 @@ CONFIG_USE_FS_ACL_ATTR=y # Don't strip procfiles CONFIG_KERNEL_PROC_STRIPPED=n + +# Extend the number of supported ath9k mPCIe cards +# by enabling PC OEM config option +CONFIG_ATH9K_SUPPORT_PCOEM=y -- GitLab