mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-02-15 00:18:03 +00:00
42 lines
944 B
Plaintext
42 lines
944 B
Plaintext
#
|
|
# SEC STAR platform devices
|
|
#
|
|
|
|
config STAR_MEMORY_LEAK
|
|
bool "memory leak test in sec-star"
|
|
help
|
|
memory leak test in sec-star.
|
|
All allocated memory are listed in array.
|
|
|
|
config STAR_K250A_LEGO
|
|
tristate "S.LSI k250a driver"
|
|
default n
|
|
help
|
|
S.LSI k250a driver except ISO7816 protocol layer
|
|
This driver provides support for S.LSI k250a product.
|
|
|
|
config SEC_SNVM_WAKELOCK_METHOD
|
|
int "snvm wakelock method"
|
|
default 0
|
|
help
|
|
Different functions must be used depending on the kernel version
|
|
for wakelock initialization.
|
|
0 - auto selection
|
|
1 - wakeup_source_init
|
|
2 - wakeup_source_register
|
|
|
|
config SEC_SNVM_PLATFORM_DRV
|
|
bool "snvm platform driver"
|
|
default n
|
|
help
|
|
make snvm driver to platfrom driver
|
|
disable i2c node
|
|
|
|
config SEC_SNVM_I2C_CLOCK_CONTROL
|
|
bool "snvm i2c clock control"
|
|
default n
|
|
help
|
|
control the I2C clocks
|
|
now only for MTK project
|
|
|