| From ecd97611c3cc5169de45b8d0f87111ed5bb375b8 Mon Sep 17 00:00:00 2001 |
| From: Vishnu Banavath <vishnu.banavath@arm.com> |
| Date: Wed, 21 Sep 2022 15:54:14 +0100 |
| Subject: [PATCH] arm64: defconfig: disable config options that does not apply |
| anymore |
| |
| Following config options should be not set to be more accurate and |
| works with build system like yocto |
| CONFIG_BT_HCIUART_MRVL |
| CONFIG_BT_MRVL |
| CONFIG_BT_MRVL_SDIO |
| CONFIG_BT_QCOMSMD |
| |
| Upstream-Status: Pending [not submitted upstream yet] |
| Signed-off-by: Adam Johnston <adam.johnston@arm.com> |
| Signed-off-by: Vishnu Banavath <vishnu.banavath@arm.com> |
| --- |
| arch/arm64/configs/defconfig | 8 ++++---- |
| 1 file changed, 4 insertions(+), 4 deletions(-) |
| |
| diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig |
| index 1ce32678ccc7..224b0fc152a4 100644 |
| --- a/arch/arm64/configs/defconfig |
| +++ b/arch/arm64/configs/defconfig |
| @@ -191,10 +191,10 @@ 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_BT_HCIUART_MRVL is not set |
| +# CONFIG_BT_MRVL is not set |
| +# CONFIG_BT_MRVL_SDIO is not set |
| +# CONFIG_BT_QCOMSMD is not set |
| CONFIG_CFG80211=m |
| CONFIG_MAC80211=m |
| CONFIG_MAC80211_LEDS=y |