diff options
Diffstat (limited to 'drivers/media/platform/s5p-tv/Kconfig')
-rw-r--r-- | drivers/media/platform/s5p-tv/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/platform/s5p-tv/Kconfig b/drivers/media/platform/s5p-tv/Kconfig index 369a4c191e18..a9d56f8936b4 100644 --- a/drivers/media/platform/s5p-tv/Kconfig +++ b/drivers/media/platform/s5p-tv/Kconfig | |||
@@ -8,7 +8,8 @@ | |||
8 | 8 | ||
9 | config VIDEO_SAMSUNG_S5P_TV | 9 | config VIDEO_SAMSUNG_S5P_TV |
10 | bool "Samsung TV driver for S5P platform" | 10 | bool "Samsung TV driver for S5P platform" |
11 | depends on (PLAT_S5P || ARCH_EXYNOS) && PM_RUNTIME | 11 | depends on PM_RUNTIME |
12 | depends on PLAT_S5P || ARCH_EXYNOS || COMPILE_TEST | ||
12 | default n | 13 | default n |
13 | ---help--- | 14 | ---help--- |
14 | Say Y here to enable selecting the TV output devices for | 15 | Say Y here to enable selecting the TV output devices for |
@@ -70,6 +71,7 @@ config VIDEO_SAMSUNG_S5P_MIXER | |||
70 | tristate "Samsung Mixer and Video Processor Driver" | 71 | tristate "Samsung Mixer and Video Processor Driver" |
71 | depends on VIDEO_DEV && VIDEO_V4L2 | 72 | depends on VIDEO_DEV && VIDEO_V4L2 |
72 | depends on VIDEO_SAMSUNG_S5P_TV | 73 | depends on VIDEO_SAMSUNG_S5P_TV |
74 | depends on HAS_DMA | ||
73 | select VIDEOBUF2_DMA_CONTIG | 75 | select VIDEOBUF2_DMA_CONTIG |
74 | help | 76 | help |
75 | Say Y here if you want support for the Mixer in Samsung S5P SoCs. | 77 | Say Y here if you want support for the Mixer in Samsung S5P SoCs. |