diff options
author | Hatim Ali <hatim.rv@samsung.com> | 2011-09-22 01:54:51 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-09-26 07:03:44 -0400 |
commit | 0f6c5653f833be744ad46f46da8fd06ce05c2bd1 (patch) | |
tree | 535b875faf6652f8b01333667aba43a2f21f6686 /drivers/media/video/s5p-tv/Kconfig | |
parent | 778f295080b62cbce1af402e1704566531e01233 (diff) |
[media] s5p-tv: Add PM_RUNTIME dependency
The TVOUT driver requires PM_RUNTIME support for proper clock
enabling.
Signed-off-by: Hatim Ali <hatim.rv@samsung.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/s5p-tv/Kconfig')
-rw-r--r-- | drivers/media/video/s5p-tv/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/s5p-tv/Kconfig b/drivers/media/video/s5p-tv/Kconfig index 9c37dee7bc59..f2a09779ec8f 100644 --- a/drivers/media/video/s5p-tv/Kconfig +++ b/drivers/media/video/s5p-tv/Kconfig | |||
@@ -8,7 +8,7 @@ | |||
8 | 8 | ||
9 | config VIDEO_SAMSUNG_S5P_TV | 9 | config VIDEO_SAMSUNG_S5P_TV |
10 | bool "Samsung TV driver for S5P platform (experimental)" | 10 | bool "Samsung TV driver for S5P platform (experimental)" |
11 | depends on PLAT_S5P | 11 | depends on PLAT_S5P && PM_RUNTIME |
12 | depends on EXPERIMENTAL | 12 | depends on EXPERIMENTAL |
13 | default n | 13 | default n |
14 | ---help--- | 14 | ---help--- |