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