From 5557866fc29d8a44a379e9c8d09f438e1ab996af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Fri, 5 Oct 2018 21:19:30 +0200 Subject: [PATCH] [armhf] enable CAN_FLEXCAN as a module This was requested on debian-arm@lists.debian.org. --- debian/changelog | 2 +- debian/config/armhf/config | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 02229aa05..2b1b1d01d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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) diff --git a/debian/config/armhf/config b/debian/config/armhf/config index b9b3facfe..4c1578bb1 100644 --- a/debian/config/armhf/config +++ b/debian/config/armhf/config @@ -685,6 +685,7 @@ CONFIG_MTD_NAND_SUNXI=m ## ## file: drivers/net/can/Kconfig ## +CONFIG_CAN_FLEXCAN=m CONFIG_CAN_SUN4I=m ##