15 lines
220 B
Plaintext
15 lines
220 B
Plaintext
![]() |
menu "OTP"
|
||
|
config OTP
|
||
|
bool "Enable OTP"
|
||
|
default n
|
||
|
|
||
|
config OTP_V1
|
||
|
bool "Enable OTP_V1"
|
||
|
default n
|
||
|
|
||
|
config PHY_RFCALI_TO_OTP
|
||
|
bool "Enable rfcali_to_otp"
|
||
|
default n
|
||
|
help
|
||
|
Use OTP to save rfcali data
|
||
|
endmenu
|