Kconfig.acts 297 B

1234567891011121314
  1. # Configuration options for Actions Display
  2. # Copyright (c) 2020 Actions Technology Co., Ltd
  3. # SPDX-License-Identifier: Apache-2.0
  4. config DISPLAY_MMU
  5. bool
  6. help
  7. Enable Display MMU.
  8. orsource "engine/Kconfig"
  9. orsource "dma2d_lite/Kconfig"
  10. rsource "controller/Kconfig"
  11. rsource "panel/Kconfig"