Mauro Carvalho Chehab | 2c3fb08 | 2012-08-14 17:31:16 -0300 | [diff] [blame] | 1 | # drivers/media/platform/s5p-tv/Kconfig |
Tomasz Stanislawski | a52074e | 2011-03-02 13:16:37 -0300 | [diff] [blame] | 2 | # |
| 3 | # Copyright (c) 2010-2011 Samsung Electronics Co., Ltd. |
| 4 | # http://www.samsung.com/ |
| 5 | # Tomasz Stanislawski <t.stanislaws@samsung.com> |
| 6 | # |
| 7 | # Licensed under GPL |
| 8 | |
| 9 | config VIDEO_SAMSUNG_S5P_TV |
Kees Cook | b9124ea | 2012-10-02 11:17:37 -0700 | [diff] [blame] | 10 | bool "Samsung TV driver for S5P platform" |
Mauro Carvalho Chehab | 7155043 | 2014-08-20 13:21:35 -0600 | [diff] [blame] | 11 | depends on PM_RUNTIME |
| 12 | depends on PLAT_S5P || ARCH_EXYNOS || COMPILE_TEST |
Tomasz Stanislawski | a52074e | 2011-03-02 13:16:37 -0300 | [diff] [blame] | 13 | default n |
| 14 | ---help--- |
| 15 | Say Y here to enable selecting the TV output devices for |
| 16 | Samsung S5P platform. |
| 17 | |
| 18 | if VIDEO_SAMSUNG_S5P_TV |
| 19 | |
| 20 | config VIDEO_SAMSUNG_S5P_HDMI |
| 21 | tristate "Samsung HDMI Driver" |
| 22 | depends on VIDEO_V4L2 |
| 23 | depends on VIDEO_SAMSUNG_S5P_TV |
| 24 | select VIDEO_SAMSUNG_S5P_HDMIPHY |
| 25 | help |
| 26 | Say Y here if you want support for the HDMI output |
| 27 | interface in S5P Samsung SoC. The driver can be compiled |
| 28 | as module. It is an auxiliary driver, that exposes a V4L2 |
| 29 | subdev for use by other drivers. This driver requires |
| 30 | hdmiphy driver to work correctly. |
| 31 | |
| 32 | config VIDEO_SAMSUNG_S5P_HDMI_DEBUG |
| 33 | bool "Enable debug for HDMI Driver" |
| 34 | depends on VIDEO_SAMSUNG_S5P_HDMI |
| 35 | default n |
| 36 | help |
| 37 | Enables debugging for HDMI driver. |
| 38 | |
| 39 | config VIDEO_SAMSUNG_S5P_HDMIPHY |
| 40 | tristate "Samsung HDMIPHY Driver" |
| 41 | depends on VIDEO_DEV && VIDEO_V4L2 && I2C |
| 42 | depends on VIDEO_SAMSUNG_S5P_TV |
| 43 | help |
| 44 | Say Y here if you want support for the physical HDMI |
| 45 | interface in S5P Samsung SoC. The driver can be compiled |
| 46 | as module. It is an I2C driver, that exposes a V4L2 |
| 47 | subdev for use by other drivers. |
| 48 | |
Tomasz Stanislawski | 56e1df4 | 2011-09-20 12:53:55 -0300 | [diff] [blame] | 49 | config VIDEO_SAMSUNG_S5P_SII9234 |
| 50 | tristate "Samsung SII9234 Driver" |
| 51 | depends on VIDEO_DEV && VIDEO_V4L2 && I2C |
| 52 | depends on VIDEO_SAMSUNG_S5P_TV |
| 53 | help |
| 54 | Say Y here if you want support for the MHL interface |
| 55 | in S5P Samsung SoC. The driver can be compiled |
| 56 | as module. It is an I2C driver, that exposes a V4L2 |
| 57 | subdev for use by other drivers. |
| 58 | |
Tomasz Stanislawski | 9a49840 | 2011-02-02 05:40:08 -0300 | [diff] [blame] | 59 | config VIDEO_SAMSUNG_S5P_SDO |
| 60 | tristate "Samsung Analog TV Driver" |
| 61 | depends on VIDEO_DEV && VIDEO_V4L2 |
| 62 | depends on VIDEO_SAMSUNG_S5P_TV |
| 63 | help |
| 64 | Say Y here if you want support for the analog TV output |
| 65 | interface in S5P Samsung SoC. The driver can be compiled |
| 66 | as module. It is an auxiliary driver, that exposes a V4L2 |
| 67 | subdev for use by other drivers. This driver requires |
| 68 | hdmiphy driver to work correctly. |
| 69 | |
Tomasz Stanislawski | fef1c8d | 2011-02-02 05:40:08 -0300 | [diff] [blame] | 70 | config VIDEO_SAMSUNG_S5P_MIXER |
| 71 | tristate "Samsung Mixer and Video Processor Driver" |
| 72 | depends on VIDEO_DEV && VIDEO_V4L2 |
| 73 | depends on VIDEO_SAMSUNG_S5P_TV |
Mauro Carvalho Chehab | 12bd88e | 2014-08-26 16:45:39 -0300 | [diff] [blame] | 74 | depends on HAS_DMA |
Tomasz Stanislawski | fef1c8d | 2011-02-02 05:40:08 -0300 | [diff] [blame] | 75 | select VIDEOBUF2_DMA_CONTIG |
| 76 | help |
| 77 | Say Y here if you want support for the Mixer in Samsung S5P SoCs. |
| 78 | This device produce image data to one of output interfaces. |
| 79 | |
| 80 | config VIDEO_SAMSUNG_S5P_MIXER_DEBUG |
| 81 | bool "Enable debug for Mixer Driver" |
| 82 | depends on VIDEO_SAMSUNG_S5P_MIXER |
| 83 | default n |
| 84 | help |
| 85 | Enables debugging for Mixer driver. |
| 86 | |
Tomasz Stanislawski | a52074e | 2011-03-02 13:16:37 -0300 | [diff] [blame] | 87 | endif # VIDEO_SAMSUNG_S5P_TV |