ap6212: enable bluetooth support

This commit is contained in:
Oliver Kästner
2025-03-21 00:39:11 +01:00
parent d58e8c36d7
commit 992691c2bc
7 changed files with 70 additions and 2 deletions

View File

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

View File

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

View File

@ -0,0 +1,3 @@
# SPDX-License-Identifier: MIT
kconf hardware bluetooth-hciuart.cfg

View File

@ -0,0 +1,7 @@
# SPDX-License-Identifier: MIT
CONFIG_WLAN_VENDOR_BROADCOM=y
# brcm80211
CONFIG_BRCMUTIL=m
CONFIG_BRCMFMAC=m
CONFIG_BRCMFMAC_SDIO=y

View File

@ -0,0 +1,5 @@
# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "Enable SDIO WiFi Drivers"
define KFEATURE_COMPATIBILITY board
kconf hardware broadcom-sdio.cfg