Hi again. I created a patch (attached) against the current master of https://salsa.debian.org/kernel-team/linux
If you prefer git as a source then here's a pull-request for the same repository: The following changes since commit 03e2a159aaa286ed569e561f5e9a1804a0ccf03c: Update to 4.20.5 (2019-01-28 16:15:01 +0100) are available in the Git repository at: https://git.nautsch.de/git/nautsch/linux-debian.git master for you to fetch changes up to 33b8506cc7b3a616ad9d6f2b7f55ebdbc7193f88: enable CAN_PEAK_PCIEFD (2019-02-05 09:21:58 +0100) ---------------------------------------------------------------- Andre Naujoks (1): enable CAN_PEAK_PCIEFD debian/config/config | 5 +++++ 1 file changed, 5 insertions(+) Regards Andre
From 33b8506cc7b3a616ad9d6f2b7f55ebdbc7193f88 Mon Sep 17 00:00:00 2001 From: Andre Naujoks <[email protected]> Date: Tue, 5 Feb 2019 09:21:58 +0100 Subject: [PATCH] enable CAN_PEAK_PCIEFD --- debian/config/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/config/config b/debian/config/config index a92295d9b44a..68f77c424d6d 100644 --- a/debian/config/config +++ b/debian/config/config @@ -2897,6 +2897,11 @@ CONFIG_CAN_CALC_BITTIMING=y ## # CONFIG_CAN_M_CAN is not set +## +## file: drivers/net/can/peak_canfd/Kconfig +## +CONFIG_CAN_PEAK_PCIEFD=m + ## ## file: drivers/net/can/sja1000/Kconfig ## -- 2.20.1

