2025-10-10 16:07:00 +08:00

15 lines
244 B
Plaintext

menu "LIN"
config LIN
bool "Enable LIN"
default n
config LIN_DEVICE_MASTER
bool "This device is the master"
default n
depends on LIN
config LIN_PM_CB_SUPPORT
bool "This device is the master"
default n
depends on LIN
endmenu