[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220107180314.1816515-12-marcel@ziswiler.com>
Date: Fri, 7 Jan 2022 19:03:11 +0100
From: Marcel Ziswiler <marcel@...wiler.com>
To: linux-arm-kernel@...ts.infradead.org
Cc: Marek Vasut <marek.vasut@...il.com>,
Marcel Ziswiler <marcel.ziswiler@...adex.com>,
Arnd Bergmann <arnd@...db.de>,
Biju Das <biju.das.jz@...renesas.com>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Catalin Marinas <catalin.marinas@....com>,
Enric Balletbo i Serra <enric.balletbo@...labora.com>,
Geert Uytterhoeven <geert+renesas@...der.be>,
Guido Günther <agx@...xcpu.org>,
Krzysztof Kozlowski <krzk@...nel.org>,
Olof Johansson <olof@...om.net>,
Shawn Guo <shawnguo@...nel.org>, Will Deacon <will@...nel.org>,
linux-kernel@...r.kernel.org
Subject: [PATCH v1 11/14] arm64: defconfig: build nxp bluetooth as modules
From: Marcel Ziswiler <marcel.ziswiler@...adex.com>
Build NXP (formerly Marvell) SDIO as well as UART based Bluetooth
(CONFIG_BT_HCIUART_MRVL, CONFIG_BT_MRVL and CONFIG_BT_MRVL_SDIO) as
modules.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@...adex.com>
---
arch/arm64/configs/defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index cb99bd97e736..fe4da2a167ff 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -184,6 +184,9 @@ CONFIG_BT_HCIUART=m
CONFIG_BT_HCIUART_LL=y
CONFIG_BT_HCIUART_BCM=y
CONFIG_BT_HCIUART_QCA=y
+CONFIG_BT_HCIUART_MRVL=y
+CONFIG_BT_MRVL=m
+CONFIG_BT_MRVL_SDIO=m
CONFIG_BT_QCOMSMD=m
CONFIG_CFG80211=m
CONFIG_MAC80211=m
--
2.33.1
Powered by blists - more mailing lists