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
