Message ID | 20190516134516.19351-1-pankaj.bansal@nxp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: defconfig: enable NXP FlexCAN driver | expand |
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
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
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(+)