Kconfig 868 B

1234567891011121314151617181920212223242526272829303132
  1. config SEC_RELOC_GPIO
  2. tristate "Samsung Legacy-Style Relocated GPIO Interface"
  3. default m if SEC_CLASS=m
  4. default y if SEC_CLASS=y
  5. help
  6. TODO: help is not ready.
  7. config SEC_RELOC_GPIO_EN
  8. bool "Samsung Legacy-Style Relocated GPIO Interface for Factory Mode"
  9. depends on SEC_RELOC_GPIO
  10. default y if SEC_FACTORY
  11. default n
  12. help
  13. TODO: help is not ready.
  14. config SEC_RELOC_GPIO_TEST_FOR_ON_DEVICE
  15. tristate "KUnit test for sec_reloc_gpio_test"
  16. depends on KUNIT
  17. depends on SEC_RELOC_GPIO
  18. help
  19. TODO: Describe config fully.
  20. If you run this test driver on device, SHOULD set this config as 'm' to build test driver modulraly.
  21. config SEC_RELOC_GPIO_TEST_FOR_ONLY_UML
  22. tristate "KUnit test for sec_reloc_gpio_test"
  23. depends on KUNIT
  24. depends on UML
  25. depends on SEC_RELOC_GPIO
  26. help
  27. TODO: Describe config fully.
  28. This CONFIG is recommended to set to y.