Patrick Williams | 2194f50 | 2022-10-16 14:26:09 -0500 | [diff] [blame] | 1 | From ecd97611c3cc5169de45b8d0f87111ed5bb375b8 Mon Sep 17 00:00:00 2001 |
| 2 | From: Vishnu Banavath <vishnu.banavath@arm.com> |
| 3 | Date: Wed, 21 Sep 2022 15:54:14 +0100 |
| 4 | Subject: [PATCH] arm64: defconfig: disable config options that does not apply |
| 5 | anymore |
| 6 | |
| 7 | Following config options should be not set to be more accurate and |
| 8 | works with build system like yocto |
| 9 | CONFIG_BT_HCIUART_MRVL |
| 10 | CONFIG_BT_MRVL |
| 11 | CONFIG_BT_MRVL_SDIO |
| 12 | CONFIG_BT_QCOMSMD |
| 13 | |
| 14 | Upstream-Status: Pending [not submitted upstream yet] |
| 15 | Signed-off-by: Adam Johnston <adam.johnston@arm.com> |
| 16 | Signed-off-by: Vishnu Banavath <vishnu.banavath@arm.com> |
| 17 | --- |
| 18 | arch/arm64/configs/defconfig | 8 ++++---- |
| 19 | 1 file changed, 4 insertions(+), 4 deletions(-) |
| 20 | |
| 21 | diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig |
| 22 | index 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 |