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.
14 lines
305 B
14 lines
305 B
7 months ago
|
#++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||
|
menuconfig SOCT_GPU_SUPPORT
|
||
|
tristate "GPU Support"
|
||
|
default y if SOCT_DRV_BUILDIN
|
||
|
default m
|
||
|
|
||
|
config SOCT_GPU_DDK_VERSION
|
||
|
string "GPU DDK version"
|
||
|
depends on SOCT_GPU_SUPPORT
|
||
|
default "r21p0"
|
||
|
|
||
|
#++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||
|
|