Kconfig 449 B

12345678910111213141516171819202122232425
  1. # Configuration options for Actions ANC
  2. # Copyright (c) 2020 Actions Technology Co., Ltd
  3. # SPDX-License-Identifier: Apache-2.0
  4. menuconfig ANC
  5. bool "ANC Drivers"
  6. help
  7. Enable anc drivers
  8. if ANC
  9. config ANC_ACTS_DEV_NAME
  10. string "Device name of ANC Controller"
  11. default "ANC_LARK"
  12. help
  13. Device name of ANC Controller
  14. config ANC_DEBUG_PRINT
  15. bool "enable anc debug print"
  16. default n
  17. help
  18. enable anc debug print
  19. endif # ANC