Kconfig 944 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #
  2. # SEC STAR platform devices
  3. #
  4. config STAR_MEMORY_LEAK
  5. bool "memory leak test in sec-star"
  6. help
  7. memory leak test in sec-star.
  8. All allocated memory are listed in array.
  9. config STAR_K250A_LEGO
  10. tristate "S.LSI k250a driver"
  11. default n
  12. help
  13. S.LSI k250a driver except ISO7816 protocol layer
  14. This driver provides support for S.LSI k250a product.
  15. config SEC_SNVM_WAKELOCK_METHOD
  16. int "snvm wakelock method"
  17. default 0
  18. help
  19. Different functions must be used depending on the kernel version
  20. for wakelock initialization.
  21. 0 - auto selection
  22. 1 - wakeup_source_init
  23. 2 - wakeup_source_register
  24. config SEC_SNVM_PLATFORM_DRV
  25. bool "snvm platform driver"
  26. default n
  27. help
  28. make snvm driver to platfrom driver
  29. disable i2c node
  30. config SEC_SNVM_I2C_CLOCK_CONTROL
  31. bool "snvm i2c clock control"
  32. default n
  33. help
  34. control the I2C clocks
  35. now only for MTK project