4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-25 23:07:24 +08:00
2023-01-08 22:52:13 -05:00

13 lines
205 B
Plaintext

menu "G2D Devices"
config DRIVERS_G2D
bool "enable g2d driver"
default y
config HAL_TEST_G2D
bool "enable g2d hal APIs test command"
depends on DRIVERS_G2D
default n
endmenu