Kconfig 231 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 ANC_HAL
  5. bool "ANC Hal"
  6. default n
  7. help
  8. Enable ANC Hal
  9. if ANC_HAL
  10. endif # ANC_HAL