1From afdd5ae3eeb44381f906b6227422373d4af2811d 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_HCIBTUSB 10CONFIG_BT_HCIBTUSB_MTK 11CONFIG_BT_HCIUART_MRVL 12CONFIG_BT_MRVL 13CONFIG_BT_MRVL_SDIO 14CONFIG_BT_QCOMSMD 15CONFIG_BT_NXPUART 16 17Upstream-Status: Pending [not submitted upstream yet] 18Signed-off-by: Adam Johnston <adam.johnston@arm.com> 19Signed-off-by: Vishnu Banavath <vishnu.banavath@arm.com> 20Signed-off-by: Xueliang Zhong <xueliang.zhong@arm.com> 21Signed-off-by: Anusmita Dutta Mazumder <anusmita.duttamazumder@arm.com> 22--- 23 arch/arm64/configs/defconfig | 14 +++++++------- 24 1 file changed, 7 insertions(+), 7 deletions(-) 25 26diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig 27index d2b5208eb55d..b3028113de25 100644 28--- a/arch/arm64/configs/defconfig 29+++ b/arch/arm64/configs/defconfig 30@@ -186,17 +186,17 @@ CONFIG_BT_HIDP=m 31 # CONFIG_BT_LE is not set 32 CONFIG_BT_LEDS=y 33 # CONFIG_BT_DEBUGFS is not set 34-CONFIG_BT_HCIBTUSB=m 35-CONFIG_BT_HCIBTUSB_MTK=y 36+# CONFIG_BT_HCIBTUSB is not set 37+# CONFIG_BT_HCIBTUSB_MTK is not set 38 CONFIG_BT_HCIUART=m 39 CONFIG_BT_HCIUART_LL=y 40 CONFIG_BT_HCIUART_BCM=y 41 CONFIG_BT_HCIUART_QCA=y 42-CONFIG_BT_HCIUART_MRVL=y 43-CONFIG_BT_MRVL=m 44-CONFIG_BT_MRVL_SDIO=m 45-CONFIG_BT_QCOMSMD=m 46-CONFIG_BT_NXPUART=m 47+# CONFIG_BT_HCIUART_MRVL is not set 48+# CONFIG_BT_MRVL is not set 49+# CONFIG_BT_MRVL_SDIO is not set 50+# CONFIG_BT_QCOMSMD is not set 51+# CONFIG_BT_NXPUART is not set 52 CONFIG_CFG80211=m 53 CONFIG_MAC80211=m 54 CONFIG_MAC80211_LEDS=y 55-- 562.38.1 57 58