Skip to content

Commit 0d84d64

Browse files
committed
arm64: defconfig: Enable Qualcomm prima/pronto drivers
The Qualcomm prima/pronto drivers consists of a remoteproc driver boot the combined WiFi and Bluetooth firmware on the related co-processor, a control driver to load calibration and settings firmware, the wcn36xx WiFi driver and the SMD based Bluetooth driver. Enable these in the defconfig to provide Bluetooth and WiFi on devices such as the Qualcomm Dragonboard 410c. Signed-off-by: Bjorn Andersson <[email protected]> Reviewed-by: Vinod Koul <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 551ed64 commit 0d84d64

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm64/configs/defconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ CONFIG_BT_HCIUART=m
201201
CONFIG_BT_HCIUART_LL=y
202202
CONFIG_BT_HCIUART_BCM=y
203203
CONFIG_BT_HCIUART_QCA=y
204+
CONFIG_BT_QCOMSMD=m
204205
CONFIG_CFG80211=m
205206
CONFIG_MAC80211=m
206207
CONFIG_MAC80211_LEDS=y
@@ -380,6 +381,7 @@ CONFIG_USB_NET_MCS7830=m
380381
CONFIG_ATH10K=m
381382
CONFIG_ATH10K_PCI=m
382383
CONFIG_ATH10K_SNOC=m
384+
CONFIG_WCN36XX=m
383385
CONFIG_BRCMFMAC=m
384386
CONFIG_MWIFIEX=m
385387
CONFIG_MWIFIEX_PCIE=m
@@ -1017,6 +1019,8 @@ CONFIG_REMOTEPROC=y
10171019
CONFIG_QCOM_Q6V5_MSS=m
10181020
CONFIG_QCOM_Q6V5_PAS=m
10191021
CONFIG_QCOM_SYSMON=m
1022+
CONFIG_QCOM_WCNSS_PIL=m
1023+
CONFIG_RPMSG_CHAR=m
10201024
CONFIG_RPMSG_QCOM_GLINK_RPM=y
10211025
CONFIG_RPMSG_QCOM_GLINK_SMEM=m
10221026
CONFIG_RPMSG_QCOM_SMD=y
@@ -1040,6 +1044,7 @@ CONFIG_QCOM_SMD_RPM=y
10401044
CONFIG_QCOM_SMP2P=y
10411045
CONFIG_QCOM_SMSM=y
10421046
CONFIG_QCOM_SOCINFO=m
1047+
CONFIG_QCOM_WCNSS_CTRL=m
10431048
CONFIG_QCOM_STATS=m
10441049
CONFIG_QCOM_APR=m
10451050
CONFIG_ARCH_R8A774A1=y

0 commit comments

Comments
 (0)