You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
369 B
20 lines
369 B
menu "Key Ladder Support"
|
|
|
|
menuconfig SOCT_KLAD_SUPPORT
|
|
tristate "Key Ladder Support"
|
|
default y if SOCT_DRV_BUILDIN
|
|
default m
|
|
|
|
config SOCT_KLAD_INT_SUPPORT
|
|
bool "Key Ladder Interrupt Support"
|
|
depends on SOCT_KLAD_SUPPORT
|
|
default y
|
|
|
|
config SOCT_KLAD_PERF_SUPPORT
|
|
bool "Key Ladder Performance Statistics Support"
|
|
depends on SOCT_KLAD_SUPPORT
|
|
default y
|
|
|
|
endmenu
|
|
|