Kconfig 419 B

12345678910111213141516171819202122
  1. # misc configuration options
  2. # Copyright (c) 2021 Action Corporation
  3. # SPDX-License-Identifier: Apache-2.0
  4. #
  5. # misc options
  6. #
  7. #source "drivers/misc/Kconfig.acts"
  8. config AUDIO_CHAN_SEL
  9. bool "select audio channel"
  10. default n
  11. help
  12. audio channel select device driver initialization priority.
  13. config AUDIO_CHAN_SEL_INIT_PRIORITY
  14. int "Init priority"
  15. default 60
  16. help
  17. I2C device driver initialization priority.