mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-01 07:52:53 +08:00
f1832fea24
整理 components/drivers 的 Kconfig
13 lines
265 B
Plaintext
13 lines
265 B
Plaintext
config RT_USING_CAN
|
|
bool "Using CAN device drivers"
|
|
default n
|
|
|
|
if RT_USING_CAN
|
|
config RT_CAN_USING_HDR
|
|
bool "Enable CAN hardware filter"
|
|
default n
|
|
config RT_CAN_USING_CANFD
|
|
bool "Enable CANFD support"
|
|
default n
|
|
endif
|