summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/ifi_canfd/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/can/ifi_canfd/Kconfig')
-rw-r--r--drivers/net/can/ifi_canfd/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/net/can/ifi_canfd/Kconfig b/drivers/net/can/ifi_canfd/Kconfig
new file mode 100644
index 000000000..b5dd9c13d
--- /dev/null
+++ b/drivers/net/can/ifi_canfd/Kconfig
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: GPL-2.0-only
+config CAN_IFI_CANFD
+ depends on HAS_IOMEM
+ tristate "IFI CAN_FD IP"
+ help
+ This driver adds support for the I/F/I CAN_FD soft IP block
+ connected to the "platform bus" (Linux abstraction for directly
+ to the processor attached devices). The CAN_FD is most often
+ synthesised into an FPGA or CPLD.