You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
275 B
13 lines
275 B
7 months ago
|
menuconfig SOCT_GFX2D_SUPPORT
|
||
|
tristate "Gfx2d Support"
|
||
|
default y if SOCT_DRV_BUILDIN
|
||
|
default m
|
||
|
|
||
|
config SOCT_GFX2D_ANDROID_SUPPORT
|
||
|
bool "gfx2d android Support"
|
||
|
depends on SOCT_GFX2D_SUPPORT
|
||
|
default n
|
||
|
|
||
|
config SOCT_GFX2D_CS_SUPPORT
|
||
|
bool "Gfx2d CS Support"
|
||
|
default n
|