Andrew Geissler | 2daf84b | 2023-03-31 09:57:23 -0500 | [diff] [blame^] | 1 | From 330a620b5c73505e62a2e0accc155fbc78859cee Mon Sep 17 00:00:00 2001 |
Patrick Williams | 2194f50 | 2022-10-16 14:26:09 -0500 | [diff] [blame] | 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 |
Andrew Geissler | 2daf84b | 2023-03-31 09:57:23 -0500 | [diff] [blame^] | 22 | index 973aa3b4d407..61f040394a2d 100644 |
Patrick Williams | 2194f50 | 2022-10-16 14:26:09 -0500 | [diff] [blame] | 23 | --- a/arch/arm64/configs/defconfig |
| 24 | +++ b/arch/arm64/configs/defconfig |
Andrew Geissler | 2daf84b | 2023-03-31 09:57:23 -0500 | [diff] [blame^] | 25 | @@ -198,10 +198,10 @@ CONFIG_BT_HCIUART=m |
Patrick Williams | 2194f50 | 2022-10-16 14:26:09 -0500 | [diff] [blame] | 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 |