blob: d761a71fff9a86bddc608e660ed25b82e05ffd9b [file] [log] [blame]
Patrick Williams2194f502022-10-16 14:26:09 -05001From ecd97611c3cc5169de45b8d0f87111ed5bb375b8 Mon Sep 17 00:00:00 2001
2From: Vishnu Banavath <vishnu.banavath@arm.com>
3Date: Wed, 21 Sep 2022 15:54:14 +0100
4Subject: [PATCH] arm64: defconfig: disable config options that does not apply
5 anymore
6
7Following config options should be not set to be more accurate and
8works with build system like yocto
9CONFIG_BT_HCIUART_MRVL
10CONFIG_BT_MRVL
11CONFIG_BT_MRVL_SDIO
12CONFIG_BT_QCOMSMD
13
14Upstream-Status: Pending [not submitted upstream yet]
15Signed-off-by: Adam Johnston <adam.johnston@arm.com>
16Signed-off-by: Vishnu Banavath <vishnu.banavath@arm.com>
17---
18 arch/arm64/configs/defconfig | 8 ++++----
19 1 file changed, 4 insertions(+), 4 deletions(-)
20
21diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
22index 1ce32678ccc7..224b0fc152a4 100644
23--- a/arch/arm64/configs/defconfig
24+++ b/arch/arm64/configs/defconfig
25@@ -191,10 +191,10 @@ CONFIG_BT_HCIUART=m
26 CONFIG_BT_HCIUART_LL=y
27 CONFIG_BT_HCIUART_BCM=y
28 CONFIG_BT_HCIUART_QCA=y
29-CONFIG_BT_HCIUART_MRVL=y
30-CONFIG_BT_MRVL=m
31-CONFIG_BT_MRVL_SDIO=m
32-CONFIG_BT_QCOMSMD=m
33+# CONFIG_BT_HCIUART_MRVL is not set
34+# CONFIG_BT_MRVL is not set
35+# CONFIG_BT_MRVL_SDIO is not set
36+# CONFIG_BT_QCOMSMD is not set
37 CONFIG_CFG80211=m
38 CONFIG_MAC80211=m
39 CONFIG_MAC80211_LEDS=y