[PATCH 5/7] arm64: defconfig: Enable MCAN driver

Udit Kumar posted 7 patches 2 years, 6 months ago
There is a newer version of this series
[PATCH 5/7] arm64: defconfig: Enable MCAN driver
Posted by Udit Kumar 2 years, 6 months ago
From: Judith Mendez <jm@ti.com>

Enable CAN_M_CAN and CAN_M_CAN_PLATFORM to be built
as modules by default.
CAN is used in AM68 SK, J721E EVM, J721S2, AM642
AM642-Phyboards.

Signed-off-by: Judith Mendez <jm@ti.com>
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: Udit Kumar <u-kumar1@ti.com>
---
 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 28c03799d1e0..743c165e31a4 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -180,6 +180,8 @@ CONFIG_NET_ACT_GATE=m
 CONFIG_QRTR_SMD=m
 CONFIG_QRTR_TUN=m
 CONFIG_CAN=m
+CONFIG_CAN_M_CAN=m
+CONFIG_CAN_M_CAN_PLATFORM=m
 CONFIG_BT=m
 CONFIG_BT_HIDP=m
 # CONFIG_BT_LE is not set
-- 
2.34.1
Re: [PATCH 5/7] arm64: defconfig: Enable MCAN driver
Posted by Judith Mendez 2 years, 6 months ago
Hi Udit,

On 7/25/23 5:53 AM, Udit Kumar wrote:
> From: Judith Mendez <jm@ti.com>
> 
> Enable CAN_M_CAN and CAN_M_CAN_PLATFORM to be built
> as modules by default.
> CAN is used in AM68 SK, J721E EVM, J721S2, AM642
> AM642-Phyboards.
> 
> Signed-off-by: Judith Mendez <jm@ti.com>
> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
> Signed-off-by: Udit Kumar <u-kumar1@ti.com>
> ---
>   arch/arm64/configs/defconfig | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 28c03799d1e0..743c165e31a4 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -180,6 +180,8 @@ CONFIG_NET_ACT_GATE=m
>   CONFIG_QRTR_SMD=m
>   CONFIG_QRTR_TUN=m
>   CONFIG_CAN=m
> +CONFIG_CAN_M_CAN=m
> +CONFIG_CAN_M_CAN_PLATFORM=m
>   CONFIG_BT=m
>   CONFIG_BT_HIDP=m
>   # CONFIG_BT_LE is not set

Was about to send this patch as well. Thanks for sending!

~ Judith