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.
17 lines
432 B
17 lines
432 B
#++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
menuconfig SOCT_TSR2RCIPHER_SUPPORT
|
|
tristate "TSR2RCIPHER Support"
|
|
default y if SOCT_DRV_BUILDIN
|
|
default m
|
|
|
|
config SOCT_TSR2RCIPHER_PROC_SUPPORT
|
|
bool
|
|
default y if SOCT_ADVCA_FUNCTION != "DEBUG"
|
|
default n
|
|
|
|
config SOCT_TSR2RCIPHER_SMMU_SUPPORT
|
|
bool
|
|
default y if SOCT_SMMU_SUPPORT
|
|
default n
|
|
#++++++++++++++++++++++++++++++++++++++++++++++++++++
|