linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: enable NXP FlexCAN driver
@ 2019-05-16  8:21 Pankaj Bansal
  2019-05-17  9:36 ` Stefan Wahren
  0 siblings, 1 reply; 2+ messages in thread
From: Pankaj Bansal @ 2019-05-16  8:21 UTC (permalink / raw)
  To: Leo Li, Catalin Marinas, Will Deacon; +Cc: linux-arm-kernel

Enable driver support of NXP FlexCAN controller.

Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com>
---
 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 2d9c39033c1a..8c176e65bef2 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -180,6 +180,8 @@ CONFIG_QRTR=m
 CONFIG_QRTR_SMD=m
 CONFIG_QRTR_TUN=m
 CONFIG_BPF_JIT=y
+CONFIG_CAN=y
+CONFIG_CAN_FLEXCAN=y
 CONFIG_BT=m
 CONFIG_BT_HIDP=m
 # CONFIG_BT_HS is not set
-- 
2.17.1

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: defconfig: enable NXP FlexCAN driver
  2019-05-16  8:21 [PATCH] arm64: defconfig: enable NXP FlexCAN driver Pankaj Bansal
@ 2019-05-17  9:36 ` Stefan Wahren
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Wahren @ 2019-05-17  9:36 UTC (permalink / raw)
  To: Pankaj Bansal, Leo Li, Catalin Marinas, Will Deacon; +Cc: linux-arm-kernel

Hi Pankaj,

Am 16.05.2019 um 10:21 schrieb Pankaj Bansal:
> Enable driver support of NXP FlexCAN controller.
the commit log should better explain why this is necessary. I'm assume 
this is needed for some i.MX8 board.
>
> Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com>
> ---
>   arch/arm64/configs/defconfig | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 2d9c39033c1a..8c176e65bef2 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -180,6 +180,8 @@ CONFIG_QRTR=m
>   CONFIG_QRTR_SMD=m
>   CONFIG_QRTR_TUN=m
>   CONFIG_BPF_JIT=y
> +CONFIG_CAN=y
> +CONFIG_CAN_FLEXCAN=y

I think CAN support isn't boot critical, so better make this a kernel 
module.

Stefan

>   CONFIG_BT=m
>   CONFIG_BT_HIDP=m
>   # CONFIG_BT_HS is not set



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-17  9:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-16  8:21 [PATCH] arm64: defconfig: enable NXP FlexCAN driver Pankaj Bansal
2019-05-17  9:36 ` Stefan Wahren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).