upload tizen1.0 source
[kernel/linux-2.6.36.git] / drivers / media / video / s5p-tv / Kconfig
1 # drivers/media/video/samsung/tvout/Kconfig
2 #
3 # Copyright (c) 2010 Samsung Electronics Co., Ltd.
4 #       http://www.samsung.com/
5 # Tomasz Stanislawski <t.stanislaws@samsung.com>
6 #
7 # Licensed under GPLv2
8
9 comment "HDMI output drivers"
10
11 config VIDEO_SAMSUNG_S5P_HDMIPHY
12         tristate "Samsung HDMIPHY Driver"
13         depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P
14         default y
15         help
16           Say Y here if you want support for the physical HDMI
17           interface in S5P Samsung SoC. The driver can be compiled
18           as module. It is an I2C driver, that produce a V4L2
19           subdev for use by other drivers.
20
21 config VIDEO_SAMSUNG_S5P_HDMI
22         tristate "Samsung HDMI Driver"
23         depends on VIDEO_SAMSUNG_S5P_HDMIPHY
24         help
25           Say Y here if you want support for the HDMI
26           interface in S5P Samsung SoC. The driver can be compiled
27           as module. It is an auxliary driver, that produce a V4L2
28           subdev for use by other drivers. This driver requires
29           hdmiphy driver to work correctly.
30
31 comment "Analog TV output drivers"
32
33 comment "Mixer drivers"
34
35 config VIDEO_SAMSUNG_S5P_MIXER
36         tristate "Samsung Mixer and Video Processor Driver"
37         depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P
38         default y
39         select VIDEOBUF2_CMA
40         select CMA
41         help
42           Mixer driver for Samsung ARM based SoC.
43
44 menu "Mhl(sii9244) device support"
45
46 config SAMSUNG_MHL
47         bool "Enable Sii9244 MHL Chip Driver"
48         default n
49         ---help---
50           support Sii9244 MHL Chip Driver
51
52
53 config SAMSUNG_USE_11PIN_CONNECTOR
54         bool "11pin micro-usb connector support"
55         default n
56         ---help---
57           use 11pin micro usb connector instead of 5pin
58
59 endmenu
60
61 source "drivers/media/video/s5p-tv/mhl_v1/Kconfig"