drivers/net/can/ifi_canfd/Kconfig

Source file repositories/reference/linux-study-clean/drivers/net/can/ifi_canfd/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/net/can/ifi_canfd/Kconfig
Extension
[no extension]
Size
346 bytes
Lines
10
Domain
Driver Families
Bucket
drivers/net
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

# 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.

Annotation

Implementation Notes