Kconfig 230 B

12345678910111213141516
  1. # Configuration options for Actions OSAL
  2. # Copyright (c) 2020 Actions Technology Co., Ltd
  3. # SPDX-License-Identifier: Apache-2.0
  4. menuconfig DSP_HAL
  5. bool "DSP Hal"
  6. default n
  7. help
  8. Enable DSP Hal
  9. if DSP_HAL
  10. endif # DSP_HAL