blob: 8aea1f60d7c474109e8134cbc826ebf2886938f8 [file] [log] [blame]
Andrew Geissler2daf84b2023-03-31 09:57:23 -05001From 330a620b5c73505e62a2e0accc155fbc78859cee Mon Sep 17 00:00:00 2001
Patrick Williams2194f502022-10-16 14:26:09 -05002From: 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
Andrew Geissler2daf84b2023-03-31 09:57:23 -050022index 973aa3b4d407..61f040394a2d 100644
Patrick Williams2194f502022-10-16 14:26:09 -050023--- a/arch/arm64/configs/defconfig
24+++ b/arch/arm64/configs/defconfig
Andrew Geissler2daf84b2023-03-31 09:57:23 -050025@@ -198,10 +198,10 @@ CONFIG_BT_HCIUART=m
Patrick Williams2194f502022-10-16 14:26:09 -050026 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