Add CAN_J1939 as module to default build configs (#4346)
authormenschel <menschel.p@posteo.de>
Fri, 14 May 2021 12:49:29 +0000 (14:49 +0200)
committerGitHub <noreply@github.com>
Fri, 14 May 2021 12:49:29 +0000 (13:49 +0100)
commitb657cd2f27d9171b75c846f21e7b4bb581b3ed29
treeaa264df1db1e31858a49d1b6b7e17f61c7bf8383
parentccdface3faec7d5129e47626a6cac01757356be5
Add CAN_J1939 as module to default build configs (#4346)

There is a CAN protocol named J1939 which is supported by Linux Kernel
since v5.4. Recently J1939 header file turned up in
raspberrypi-kernel-headers but the module is not built for kernel
v5.10.y due to the missing flag. Therefore set it to build as module:

CONFIG_CAN_J1939=m

Signed-off-by: Patrick Menschel <menschel.p@posteo.de>
arch/arm/configs/bcm2709_defconfig
arch/arm/configs/bcm2711_defconfig
arch/arm/configs/bcmrpi_defconfig
arch/arm64/configs/bcm2711_defconfig
arch/arm64/configs/bcmrpi3_defconfig