Kconfig 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. comment "Samsung ABC Options"
  2. config SEC_ABC
  3. tristate "Samsung ABC Feature"
  4. depends on SEC_STI
  5. default n
  6. help
  7. Samsung ABC(Abnormal Behavior Catcher) Driver Feature
  8. This driver is to catch abnormal behavior in each device drivers
  9. It depends on SEC_STI Feature
  10. comment "Samsung ABC Common Options"
  11. config SEC_ABC_COMMON
  12. tristate "Samsung ABC COMMON Feature"
  13. depends on SEC_ABC
  14. default n
  15. help
  16. Samsung ABC(Abnormal Behavior Catcher) Driver Common Feature
  17. This config is for ABC Driver Core Code
  18. It depends on SEC_ABC Feature
  19. comment "Samsung ABC Spec manager type1 options"
  20. config SEC_ABC_SPEC_TYPE1
  21. tristate "Samsung ABC_SPEC_TYPE1 Feature"
  22. depends on SEC_ABC
  23. default n
  24. help
  25. Samsung ABC(Abnormal Behavior Catcher)Driver's Spec manager type1 Feature
  26. It has logic and spec of judgment of error type1.
  27. It depends on SEC_ABC Feature
  28. comment "Samsung ABC MOTTO Options"
  29. config SEC_ABC_MOTTO
  30. tristate "Samsung ABC MOTTO Feature"
  31. depends on SEC_ABC
  32. default n
  33. help
  34. Samsung ABC(Abnormal Behavior Catcher) MOTTO Function Feature
  35. This config is to support MOTTO Function
  36. It depends on SEC_ABC Feature
  37. comment "Samsung ABC_COMMON KUNIT Options"
  38. config SEC_ABC_COMMON_KUNIT
  39. tristate "Samsung ABC_COMMON KUNIT Feature"
  40. depends on SEC_ABC && SEC_KUNIT
  41. default n
  42. help
  43. Samsung ABC(Abnormal Behavior Catcher) KUNIT Function Feature
  44. This config is to support ABC_COMMON KUNIT Function
  45. It depends on SEC_ABC && SEC_KUNIT Feature
  46. comment "Samsung ABC Hub Options"
  47. config SEC_ABC_HUB
  48. tristate "Samsung ABC Hub Feature"
  49. depends on SEC_ABC
  50. default n
  51. help
  52. Samsung ABC(Abnormal Behavior Catcher) Hub Driver Feature
  53. This config controls ABC Hub driver which supports ABC Driver
  54. And it consists of abc_hub_core & abc_hub_cond & abc_hub_bootc.
  55. It depends on SEC_ABC Feature
  56. comment "Samsung ABC Hub Core Options"
  57. config SEC_ABC_HUB_CORE
  58. tristate "Samsung ABC Hub Core Feature"
  59. depends on SEC_ABC_HUB
  60. default n
  61. help
  62. Samsung ABC(Abnormal Behavior Catcher) Hub Driver's Core Feature
  63. This function controls sub modules for supporting ABC Driver
  64. It depends on SEC_ABC_HUB Feature
  65. comment "Samsung ABC Hub Booting Time Check Options"
  66. config SEC_ABC_HUB_BOOTC
  67. tristate "Samsung ABC Hub Booting Time Check Feature"
  68. depends on SEC_ABC_HUB
  69. default n
  70. help
  71. Samsung BOOTC(Booting Time Check) Feature
  72. This function is to check booting time
  73. It is sub module of ABC Hub Driver
  74. It depends on SEC_ABC_HUB Feature
  75. comment "Samsung ABC Hub Booting Time Check eng mode Options"
  76. config SEC_ABC_HUB_BOOTC_ENG
  77. tristate "Samsung ABC Hub Booting Time Check eng mode Feature"
  78. depends on SEC_ABC_HUB_BOOTC
  79. default n
  80. help
  81. Samsung BOOTC(Booting Time Check) eng mode Feature
  82. This function is to apply eng binary booting time spec
  83. It depends on SEC_ABC_HUB_BOOTC Feature
  84. comment "Samsung ABC_HUB KUNIT Options"
  85. config SEC_ABC_HUB_KUNIT
  86. tristate "Samsung ABC_HUB KUNIT Feature"
  87. depends on SEC_ABC_HUB && SEC_KUNIT
  88. default n
  89. help
  90. Samsung ABC(Abnormal Behavior Catcher) Hub KUNIT Function Feature
  91. This config is to support ABC Hub KUNIT Function
  92. It depends on SEC_ABC_HUB && SEC_KUNIT Feature
  93. comment "Samsung ABC Hub Connect Detect for ABC HUB"
  94. config SEC_ABC_HUB_COND
  95. tristate "Samsung ABC Hub Connect Detect Feature"
  96. depends on SEC_ABC_HUB
  97. help
  98. Samsung COND(Connect Detect) Feature
  99. This function is to detect connect h/w problem
  100. It is sub module of ABC Hub Driver
  101. It depends on SEC_ABC_HUB Feature
  102. comment "Samsung ABC Hub Connect Detect Kunit Test FEATURE"
  103. config SEC_ABC_DETECT_KUNIT
  104. tristate "Samsung Connector Detector Kunit TEST"
  105. help
  106. Feature for checking connector detection code .
  107. This feature should be enabled only for testing while development.
  108. comment "Samsung ABC Hub Connect Detect FEATURE"
  109. config SEC_ABC_DETECT_CONN
  110. tristate "Samsung Connector Detector feature"
  111. help
  112. Feature for checking connector status.
  113. This feature should be enabled in factory mode.
  114. comment "Samsung ABC Hub Connect Detect for QCOM, MTK"
  115. config QCOM_SEC_ABC_DETECT
  116. tristate "Samsung Connector Detector Qcom feature"
  117. help
  118. Feature for checking QCOM Chipset.
  119. This feature should be enabled for QCOM chipset in factory mode.