mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-25 22:16:30 +00:00
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:
parent
ace55d4c4b
commit
fef5984543
@ -39,6 +39,7 @@ CONFIG_IWLMVM=m
|
|||||||
CONFIG_WLAN_VENDOR_REALTEK=y
|
CONFIG_WLAN_VENDOR_REALTEK=y
|
||||||
CONFIG_RTL_CARDS=m
|
CONFIG_RTL_CARDS=m
|
||||||
CONFIG_RTL8723BE=y
|
CONFIG_RTL8723BE=y
|
||||||
|
CONFIG_RTL8723BS=y
|
||||||
|
|
||||||
CONFIG_BCMA=m
|
CONFIG_BCMA=m
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user