📄 kconfig
字号:
## CAN configuration#menu "CAN support"config CANPIE tristate "CAN (Controller Area Network) support" ---help--- CANpie - Controller Area Network Programming Interface Environment CAN (Controller Area Network) is a serial bussystem for reliable and fast data transfer in sensor/actor applications. It is widely used in automotive and industrial applications for data exchange. The CANpie package provides a unique API for PC-based CAN interfaces and microcontrollers for embedded applications. config CP_DEBUG bool "Debug support" depends on CANPIE ---help--- CANpie debug support Enable debug support for the CANpie driver package. This option will write debug messages to the klog daemon. config CP_SOCKET bool "Socket support" depends on CANPIE default "y" ---help--- CANpie socket support By default, the data exchange between the kernel space driver and the user space application is done via sockets. If unsure, say <Y> here.config CP_PHYIF int "Number of CAN interfaces" depends on CANPIE default "16" ---help--- Number of CAN interfaces endmenu
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -