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
This commit is contained in:
clayton craft 2023-06-01 10:36:03 -07:00 committed by Stefan Agner
parent ace55d4c4b
commit fef5984543
No known key found for this signature in database
GPG Key ID: 22D95D15D3A36E95

View File

@ -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