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.
35 lines
706 B
35 lines
706 B
menuconfig SOCT_FB_SUPPORT
|
|
tristate "Gfbg Support"
|
|
default y if SOCT_DRV_BUILDIN
|
|
default m
|
|
|
|
config SOCT_FB_STEREO_SUPPORT
|
|
bool "gfbg stereo Support"
|
|
depends on SOCT_FB_SUPPORT
|
|
default n
|
|
|
|
config SOCT_FB_DECOMPRESS_SUPPORT
|
|
bool "gfbg decompress Support"
|
|
depends on SOCT_FB_SUPPORT
|
|
default n
|
|
|
|
config SOCT_FB_ANDROID_SUPPORT
|
|
bool "gfbg android Support"
|
|
depends on SOCT_FB_SUPPORT
|
|
default n
|
|
|
|
config SOCT_FB_CS_SUPPORT
|
|
bool "gfbg CS Support"
|
|
depends on SOCT_FB_SUPPORT
|
|
default n
|
|
|
|
config SOCT_RECOVERY_NO_CS_SUPPORT
|
|
bool "gfbg recovery no CS Support"
|
|
depends on SOCT_FB_SUPPORT
|
|
default n
|
|
|
|
config SOCT_FB_LOWRAM_SUPPORT
|
|
bool "gfbg lowram Support"
|
|
depends on SOCT_FB_SUPPORT
|
|
default n
|