17 lines
347 B
Plaintext
17 lines
347 B
Plaintext
menu "Pin configure"
|
|
|
|
# Pin
|
|
config MR_USE_PIN
|
|
bool "Use pin"
|
|
default n
|
|
help
|
|
Use this option allows for the use of pin.
|
|
|
|
config MR_USE_PIN_CHECK
|
|
depends on MR_USE_PIN
|
|
bool "Use pin check"
|
|
default y
|
|
help
|
|
This option allows for the use of pin check.
|
|
|
|
endmenu |