Kconfig 266 B

123456789101112131415
  1. # Configuration options for Actions OSAL
  2. # Copyright (c) 2020 Actions Technology Co., Ltd
  3. # SPDX-License-Identifier: Apache-2.0
  4. menuconfig DMA2D_HAL
  5. bool "DMA2D Hal"
  6. default y
  7. depends on DISPLAY_ENGINE
  8. help
  9. Enable DMA2D Hal
  10. if DMA2D_HAL
  11. endif # DMA2D_HAL