mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2025-07-13 14:34:31 +02:00
ap6212: enable bluetooth support
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
define KFEATURE_DESCRIPTION "AMPAK 6212(A) Wifi / Bluetooth module support"
|
||||
|
||||
include features/bluetooth/bluetooth-hciuart.scc
|
||||
include features/wifi/wifi-sdio.scc
|
@ -0,0 +1,9 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
# Dependencies
|
||||
CONFIG_SERIAL_DEV_BUS=y
|
||||
CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
|
||||
|
||||
CONFIG_BT_HCIUART=m
|
||||
CONFIG_BT_HCIUART_SERDEV=y
|
||||
CONFIG_BT_HCIUART_BCM=y
|
@ -0,0 +1,3 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
kconf hardware bluetooth-hciuart.cfg
|
@ -0,0 +1,7 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
CONFIG_WLAN_VENDOR_BROADCOM=y
|
||||
|
||||
# brcm80211
|
||||
CONFIG_BRCMUTIL=m
|
||||
CONFIG_BRCMFMAC=m
|
||||
CONFIG_BRCMFMAC_SDIO=y
|
@ -0,0 +1,5 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
define KFEATURE_DESCRIPTION "Enable SDIO WiFi Drivers"
|
||||
define KFEATURE_COMPATIBILITY board
|
||||
|
||||
kconf hardware broadcom-sdio.cfg
|
Reference in New Issue
Block a user