Kconfig 352 B

12345678910111213141516171819202122
  1. # Kconfig - HDMI CEC configuration options
  2. #
  3. # Copyright (c) 2015 Intel Corporation
  4. #
  5. # SPDX-License-Identifier: Apache-2.0
  6. #
  7. #
  8. # CEC options
  9. #
  10. menuconfig CEC_ACTS
  11. bool
  12. prompt "Actions CEC Drivers"
  13. default n
  14. help
  15. Enable Actions CEC Driver Configuration
  16. config CEC_DEV_NAME
  17. string "HDMI CEC Driver's name"
  18. depends on CEC_ACTS
  19. default "CEC_0"