Kconfig 483 B

1234567891011121314151617181920
  1. # Configuration options for GPU
  2. # Copyright (c) 2020 Actions Technology Co., Ltd
  3. # SPDX-License-Identifier: Apache-2.0
  4. config VG_LITE
  5. bool "Verisilicon VG-Lite"
  6. help
  7. This option enables the Verisilicon VG-Lite support.
  8. if VG_LITE
  9. config VG_LITE_K_MEM_POOL_SIZE
  10. int "VG-Lite heap memory pool size (in bytes)"
  11. default 0
  12. help
  13. This option specifies the size of the VG-Lite heap memory pool.
  14. A size of zero means that no VG-Lite memory pool is defined.
  15. endif # VG_LITE