Kconfig 543 B

12345678910111213141516171819
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config CAN_MCP251XFD
  3. tristate "Microchip MCP251xFD SPI CAN controllers"
  4. select CAN_RX_OFFLOAD
  5. select REGMAP
  6. select WANT_DEV_COREDUMP
  7. help
  8. Driver for the Microchip MCP251XFD SPI FD-CAN controller
  9. family.
  10. config CAN_MCP251XFD_SANITY
  11. depends on CAN_MCP251XFD
  12. bool "Additional Sanity Checks"
  13. help
  14. This option enables additional sanity checks in the driver,
  15. that compares various internal counters with the in chip
  16. variants. This comes with a runtime overhead.
  17. Disable if unsure.