From fef59845431922307b9c2acbaca4b840af31c45e Mon Sep 17 00:00:00 2001 From: clayton craft Date: Thu, 1 Jun 2023 10:36:03 -0700 Subject: [PATCH] Add support for RTL8723BS SDIO WiFi modules (#2567) Many x86_64 tablets (e.g. Cherry View) use SDIO WiFi modules, this enables the driver for a common one I've come across in the wild. This module requires firmware from the following, which are already enabled for this platform: - BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX - BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX_BT fixes #2422 --- buildroot-external/board/pc/generic-x86-64/kernel.config | 1 + 1 file changed, 1 insertion(+) diff --git a/buildroot-external/board/pc/generic-x86-64/kernel.config b/buildroot-external/board/pc/generic-x86-64/kernel.config index db70bc730..738bdbe21 100644 --- a/buildroot-external/board/pc/generic-x86-64/kernel.config +++ b/buildroot-external/board/pc/generic-x86-64/kernel.config @@ -39,6 +39,7 @@ CONFIG_IWLMVM=m CONFIG_WLAN_VENDOR_REALTEK=y CONFIG_RTL_CARDS=m CONFIG_RTL8723BE=y +CONFIG_RTL8723BS=y CONFIG_BCMA=m