diff options
author | Dominik Sliwa <dominik.sliwa@toradex.com> | 2018-04-18 12:22:26 +0200 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2019-12-30 12:57:34 +0100 |
commit | 9aca1c586c0c95fefde3879186fcc244c582607f (patch) | |
tree | 0db8e2e3f8822be6bdea42087202b04690e8ce97 /drivers/net/can/Kconfig | |
parent | f048c6a3306a60468897a36621cc0d7268abac96 (diff) |
apalis-tk1: support for k20 mfd
Parameter fw_ignore disables fw version check.
Parameter fw_reload forces k20 firmware reflash via EzPort.
In fw version 1.2 K20 CANINTF_TX now indicates TX in progress,
not TX completed.
Previously fw was not released when K20 was flashed successfully.
Update supported fw version to 1.4.
Prioritize CAN TX trafic, and move from edge to level triggered
interrupts.
Signed-off-by: Dominik Sliwa <dominik.sliwa@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'drivers/net/can/Kconfig')
-rw-r--r-- | drivers/net/can/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/can/Kconfig b/drivers/net/can/Kconfig index 17c166cc8482..f3523f2a472a 100644 --- a/drivers/net/can/Kconfig +++ b/drivers/net/can/Kconfig @@ -88,6 +88,12 @@ config CAN_LEDS Say Y here if you are working on a system with led-class supported LEDs and you want to use them as canbus activity indicators. +config CAN_APALIS_TK1_K20 + tristate "Apalis TK1 K20 CAN controllers" + depends on MFD_APALIS_TK1_K20 + ---help--- + Driver for the Apalis TK1 K20 CAN controllers. + config CAN_AT91 tristate "Atmel AT91 onchip CAN controller" depends on (ARCH_AT91 || COMPILE_TEST) && HAS_IOMEM |