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.
22 lines
486 B
22 lines
486 B
4 months ago
|
#+++++++++++++++++++++++++++++++++++++++++++++++++++
|
||
|
menuconfig SOCT_TSIO_SUPPORT
|
||
|
tristate "TSIO Support"
|
||
|
default y if SOCT_DRV_BUILDIN
|
||
|
default m
|
||
|
|
||
|
config SOCT_TSIO_PROC_SUPPORT
|
||
|
bool
|
||
|
default y if SOCT_PROC_SUPPORT
|
||
|
default n
|
||
|
|
||
|
config SOCT_TSIO_SMMU_SUPPORT
|
||
|
bool
|
||
|
default y if SOCT_SMMU_SUPPORT
|
||
|
default n
|
||
|
|
||
|
config SOCT_PHY_LOOPBACK_SUPPORT
|
||
|
bool
|
||
|
default y if SOCT_LOOPBACK_SUPPORT
|
||
|
default n
|
||
|
#++++++++++++++++++++++++++++++++++++++++++++++++++++
|