Date:2009-12-01 07:55:04 (14 years 3 months ago)
Author:xiangfu
Commit:22c8f4316a5e1c5d07dd75babc191f700c3f5b88
Message:102-video.patch

Files: drivers/video/Kconfig (1 diff)
drivers/video/Makefile (1 diff)

Change Details

drivers/video/Kconfig
237237comment "Frame buffer hardware drivers"
238238    depends on FB
239239
240/************************************************************/
241config FB_JZSOC
242    tristate "JZSOC LCD controller support"
243    depends on FB && JZSOC
244    select FB_CFB_FILLRECT
245    select FB_CFB_COPYAREA
246    select FB_CFB_IMAGEBLIT
247    ---help---
248       JZSOC LCD Controller and Smart LCD Controller driver support.
249
250config FB_JZ4740_SLCD
251    tristate "JZ4740 Smart LCD controller support"
252    depends on FB_JZSOC && SOC_JZ4740
253    default n
254    ---help---
255      This is the frame buffer device driver for the JZ4740 Smart LCD controller.
256      If select this, please set <JZ4740 LCD controller support> to <n>.
257
258choice
259    depends on FB_JZ4740_SLCD
260    prompt "SLCD Panel"
261    default JZ_SLCD_LGDP4551_8BUS
262
263config JZ_SLCD_LGDP4551
264    bool "LG LGDP4551 Smart LCD panel"
265    ---help---
266    Driver for Smart LCD LGDP4551, 8-bit sytem interface, 16BPP.
267
268config JZ_SLCD_SPFD5420A
269    bool "SPFD5420A Smart LCD panel"
270    ---help---
271    Driver for Smart LCD SPFD5420A 18-bit sytem interface, 18BPP.
272
273config JZ_SLCD_TRULY
274    bool "TRULY Smart LCD panel (MAX Pixels 400x240)"
275    ---help---
276
277endchoice
278
279config FB_JZLCD_4730_4740
280    tristate "JZ4730 JZ4740 LCD controller support"
281    depends on FB_JZSOC && (SOC_JZ4730 || SOC_JZ4740)
282    help
283      This is the frame buffer device driver for the JZ4730 and JZ4740 LCD controller.
284choice
285    depends on FB_JZLCD_4730_4740
286    prompt "LCD Panel"
287    default JZLCD_SAMSUNG_LTP400WQF01
288
289config JZLCD_SHARP_LQ035Q7
290    bool "SHARP LQ035Q7 TFT panel (240x320)"
291
292config JZLCD_SAMSUNG_LTS350Q1
293    bool "SAMSUNG LTS350Q1 TFT panel (240x320)"
294
295config JZLCD_SAMSUNG_LTV350QVF04
296    bool "SAMSUNG LTV350QV_F04 TFT panel (320x240)"
297
298config JZLCD_SAMSUNG_LTP400WQF01
299    bool "SAMSUNG LTP400WQF01 TFT panel (480x272)(16bits)"
300
301config JZLCD_SAMSUNG_LTP400WQF02
302    bool "SAMSUNG LTP400WQF02 TFT panel (480x272)(18bits)"
303
304config JZLCD_AUO_A030FL01_V1
305    bool "AUO A030FL01_V1 TFT panel (480x272)"
306
307config JZLCD_TRULY_TFTG320240DTSW
308    bool "TRULY TFTG320240DTSW TFT panel (320x240)"
309
310config JZLCD_TRULY_TFTG320240DTSW_SERIAL
311    bool "TRULY TFTG320240DTSW TFT panel (320x240)(8bit-serial mode)"
312
313config JZLCD_TRULY_TFTG240320UTSW_63W_E
314          bool "TRULY TFTG240320UTSW-63W-E TFT panel (240x320,2.5in)"
315
316config JZLCD_FOXCONN_PT035TN01
317    bool "FOXCONN PT035TN01 TFT panel (320x240)"
318
319config JZLCD_INNOLUX_PT035TN01_SERIAL
320         bool "INNOLUX PT035TN01 TFT panel (320x240,3.5in)(8bit-serial mode)"
321
322config JZLCD_TOSHIBA_LTM084P363
323    bool "Toshiba LTM084P363 TFT panel (800x600)"
324
325config JZLCD_HYNIX_HT10X21
326    bool "Hynix HT10X21_300 TFT panel (1024x768)"
327
328config JZLCD_INNOLUX_AT080TN42
329          bool "INNOLUX AT080TN42 TFT panel (800x600)"
330
331config JZLCD_CSTN_800x600
332    bool "800x600 colorDSTN panel"
333
334config JZLCD_CSTN_320x240
335    bool "320x240 colorSTN panel"
336
337config JZLCD_MSTN_480x320
338    bool "480x320 monoSTN panel"
339
340config JZLCD_MSTN_320x240
341    bool "320x240 monoSTN panel"
342
343config JZLCD_MSTN_240x128
344    bool "240x128 monoSTN panel"
345
346config JZLCD_MSTN_INVERSE
347    bool "Use an inverse color display."
348    depends on (JZLCD_MSTN_480x320 || JZLCD_MSTN_240x128)
349
350endchoice
351
352
240353config FB_CIRRUS
241354    tristate "Cirrus Logic support"
242355    depends on FB && (ZORRO || PCI)
drivers/video/Makefile
2828obj-$(CONFIG_FB_DEFERRED_IO) += fb_defio.o
2929
3030# Hardware specific drivers go first
31obj-$(CONFIG_FB_JZLCD_4720_4740) += jzlcd.o
32obj-$(CONFIG_FB_JZ4740_SLCD) += jz4740_slcd.o
33
3134obj-$(CONFIG_FB_AMIGA) += amifb.o c2p_planar.o
3235obj-$(CONFIG_FB_ARC) += arcfb.o
3336obj-$(CONFIG_FB_CLPS711X) += clps711xfb.o

Archive Download the corresponding diff file



interactive