11 lines
299 B
Plaintext
11 lines
299 B
Plaintext
|
|
menu "Example Configuration"
|
||
|
|
|
||
|
|
config TOUCH_WATERPROOF_GUARD_ENABLE
|
||
|
|
bool "Enable touch sense waterproof guard sensor"
|
||
|
|
default y
|
||
|
|
help
|
||
|
|
This option enables touch sense waterproof guard sensor,
|
||
|
|
while the shield sensor is not optional.
|
||
|
|
|
||
|
|
endmenu
|