Kconfig 900 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. config SEC_DISPLAYPORT
  2. bool "SEC DISPLAYPORT feature"
  3. default n
  4. help
  5. Samsung specific displayport changes.
  6. config SEC_DISPLAYPORT_MST
  7. bool "SEC DISPLAYPORT MST feature"
  8. depends on SEC_DISPLAYPORT
  9. default n
  10. help
  11. Samsung specific displayport MST changes.
  12. config SEC_DISPLAYPORT_BIGDATA
  13. bool "DISPLAYPORT bigdata"
  14. depends on !SEC_FACTORY
  15. default n
  16. help
  17. Enable DISPLAYPORT bigdata.
  18. config SEC_DISPLAYPORT_LOGGER
  19. bool "SEC DISPLAYPORT LOGGER feature"
  20. depends on SEC_DISPLAYPORT
  21. help
  22. Samsung specific displayport log changes.
  23. config SEC_DISPLAYPORT_ENG
  24. bool "SEC DISPLAYPORT ENG feature"
  25. depends on SEC_DISPLAYPORT
  26. help
  27. Samsung specific eng test code for displayport.
  28. config SEC_DISPLAYPORT_AUX_CONTROL
  29. bool "SEC DISPLAYPORT Aux Control feature"
  30. depends on SEC_DISPLAYPORT
  31. default n
  32. help
  33. Support for AUX dongle control.