Kconfig 265 B

123456789101112
  1. config RT_USING_CAN
  2. bool "Using CAN device drivers"
  3. default n
  4. if RT_USING_CAN
  5. config RT_CAN_USING_HDR
  6. bool "Enable CAN hardware filter"
  7. default n
  8. config RT_CAN_USING_CANFD
  9. bool "Enable CANFD support"
  10. default n
  11. endif