Kconfig.syst 511 B

1234567891011121314151617181920212223
  1. # Copyright (c) 2019 Intel Corporation
  2. # SPDX-License-Identifier: Apache-2.0
  3. config MIPI_SYST_LIB
  4. bool "MIPI SyS-T Library Support"
  5. select REQUIRES_FULL_LIBC
  6. help
  7. This option enables the MIPI SyS-T Library
  8. if MIPI_SYST_LIB
  9. config MIPI_SYST_STP
  10. bool "STP Transport Layer for MIPI SyS-T"
  11. help
  12. This option enables support for the STP
  13. Transport Layer for MIPI SyS-T
  14. config MIPI_SYST_RAW_DATA
  15. bool "output MIPI SyS-T raw data packet"
  16. help
  17. This option outputs MIPI SyS-T raw data packet
  18. endif