lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230725105346.1981285-6-u-kumar1@ti.com>
Date:   Tue, 25 Jul 2023 16:23:44 +0530
From:   Udit Kumar <u-kumar1@...com>
To:     <vigneshr@...com>, <nm@...com>, <catalin.marinas@....com>,
        <will@...nel.org>, <quic_bjorande@...cinc.com>, <arnd@...db.de>,
        <geert+renesas@...der.be>, <onrad.dybcio@...aro.org>,
        <krzysztof.kozlowski@...aro.org>, <nfraprado@...labora.com>,
        <rafal@...ecki.pl>, <peng.fan@....com>, <john.garry@...wei.com>,
        <linux-arm-kernel@...ts.infradead.org>,
        <linux-kernel@...r.kernel.org>
CC:     Judith Mendez <jm@...com>, Udit Kumar <u-kumar1@...com>
Subject: [PATCH 5/7] arm64: defconfig: Enable MCAN driver

From: Judith Mendez <jm@...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@...com>
Signed-off-by: Vignesh Raghavendra <vigneshr@...com>
Signed-off-by: Udit Kumar <u-kumar1@...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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ