Kconfig 186 B

1234567891011121314
  1. #
  2. # audio dsp configuration
  3. #
  4. menu "Amlogic audio dsp process "
  5. config AML_AUDIO_DSP
  6. tristate "audio dsp control support "
  7. default n
  8. help
  9. aupport the audio dsp ;
  10. endmenu