brintos

brintos / linux-shallow public Read only

0
0
Text · 543 B · 877e435 Raw
20 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3config CAN_MCP251XFD4	tristate "Microchip MCP251xFD SPI CAN controllers"5	select CAN_RX_OFFLOAD6	select REGMAP7	select WANT_DEV_COREDUMP8	help9	  Driver for the Microchip MCP251XFD SPI FD-CAN controller10	  family.11 12config CAN_MCP251XFD_SANITY13	depends on CAN_MCP251XFD14	bool "Additional Sanity Checks"15	help16	  This option enables additional sanity checks in the driver,17	  that compares various internal counters with the in chip18	  variants. This comes with a runtime overhead.19	  Disable if unsure.20