Kconfig 205 B

123456789101112
  1. menu "G2D Devices"
  2. config DRIVERS_G2D
  3. bool "enable g2d driver"
  4. default y
  5. config HAL_TEST_G2D
  6. bool "enable g2d hal APIs test command"
  7. depends on DRIVERS_G2D
  8. default n
  9. endmenu