[armhf] enable CAN_FLEXCAN as a module

This was requested on debian-arm@lists.debian.org.
This commit is contained in:
Uwe Kleine-König 2018-10-05 21:19:30 +02:00
parent 64cc6de9cb
commit 5557866fc2
2 changed files with 2 additions and 1 deletions

2
debian/changelog vendored
View File

@ -1,7 +1,7 @@
linux (4.19~rc6-1~exp2) UNRELEASED; urgency=medium
[ Uwe Kleine-König ]
* [armhf] enable MVNETA_BM_ENABLE
* [armhf] enable MVNETA_BM_ENABLE and CAN_FLEXCAN as a module
* enable NET_SCH_CAKE as a module (Closes: #908709)
* enable HID_NTI as a module (Closes: #910260)

View File

@ -685,6 +685,7 @@ CONFIG_MTD_NAND_SUNXI=m
##
## file: drivers/net/can/Kconfig
##
CONFIG_CAN_FLEXCAN=m
CONFIG_CAN_SUN4I=m
##