kconfig.svn-base
来自「canpie 一个can bus的协议栈 - CAN interface fo」· SVN-BASE 代码 · 共 50 行
SVN-BASE
50 行
## 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 + =
减小字号Ctrl + -
显示快捷键?