# # S3C Video configuration # config FB_S3C tristate "S3C Framebuffer support" select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT depends on FB && (ARCH_S5PV210 || ARCH_S5PV310) default n help This enables support for Samsung Display Controller (FIMD) source "drivers/video/samsung/vsync_noti/Kconfig" config FB_S3C_SPLASH_SCREEN bool "SPLASH_SCREEN on LCD" depends on FB_S3C default y config FB_S3C_LCD_INIT bool "LCD init in kernel" depends on FB_S3C default y config FB_S3C_DEBUG bool "S3C Framebuffer debug messages" depends on FB_S3C config FB_S3C_TRACE_UNDERRUN bool "S3C Framebuffer FIFO underrun trace" depends on FB_S3C config FB_S3C_DUAL_LCD bool "Dual LCD mode" depends on FB_S3C && ARCH_S5PV310 default n config FB_S3C_DEFAULT_WINDOW int "Default Window (0-4)" depends on FB_S3C default "0" help This indicates the default window number, and which is used as console framebuffer config FB_S3C_NR_BUFFERS int "Number of frame buffers (1-3)" depends on FB_S3C default "1" help This indicates the number of buffers for pan display, 1 means no pan display and 2 means the double size of video buffer will be allocated for default window config FB_S3C_VIRTUAL bool "Virtual Screen" depends on FB_S3C default n help This uses 1920 x 1080 virtual screen. config FB_S3C_X_VRES int "xres_virtual" depends on FB_S3C && FB_S3C_VIRTUAL default "1920" help This indicates var.xres_virtual which has to be bigger than var.xres. config FB_S3C_Y_VRES int "yres_virtual" depends on FB_S3C && FB_S3C_VIRTUAL default "1080" help This indicates var.yres_virtual which has to be bigger than var.yres. config VIDEO_SAMSUNG_MEMSIZE_FIMD0 int "Memory size in kbytes for FIMD0" depends on FB_S3C default "24576" config VIDEO_SAMSUNG_MEMSIZE_FIMD1 int "Memory size in kbytes for FIMD1" depends on FB_S3C && FB_S3C_DUAL_LCD default "24576" config SUPPORT_UMP bool "Support UMP (Unified Memory Provider) for FIMD " depends on FB_S3C && VIDEO_UMP default y config FIMD_EXT_SUPPORT tristate "FIMD Extension Driver support" depends on FB_S3C default n choice depends on FIMD_EXT_SUPPORT prompt "Select FIMD Extension Driver" config MDNIE_SUPPORT bool "Samsung SoC mDNIe support" select FIMD_LITE_SUPPORT endchoice config FIMD_LITE_SUPPORT bool "Samsung SoC FIMD-LITE support" depends on FIMD_EXT_SUPPORT default n config FB_S3C_HIBERNATION_LOADING tristate "Show Hibernation booting animation" depends on FB_S3C ---help--- choice depends on FB_S3C prompt "Select LCD Type" default FB_S3C_AMS369FG06 config FB_S3C_LTE480WV bool "LTE480WV" depends on MACH_SMDKV310 || MACH_SMDKC210 || MACH_SMDKV210 || MACH_SMDKC110 help This enables support for Samsung LTE480WV 4.8" WVGA LCD panel config FB_S3C_WA101S bool "WA101S" depends on MACH_SMDKV310 || MACH_SMDKC210 help This enables support for 10.1" 1366*768 LCD panel config FB_S3C_AMS369FG06 bool "AMS369FG06" depends on MACH_SMDKV310 || MACH_SMDKC210 select SPI select SPI_S3C64XX help This enables support for Samsung AMS369FG06 3.7" WVGA AMOLED panel endchoice