[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>
This commit is contained in:
Hatim Ali 2011-09-22 02:54:51 -03:00 committed by Mauro Carvalho Chehab
parent 778f295080
commit 0f6c5653f8
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
config VIDEO_SAMSUNG_S5P_TV
bool "Samsung TV driver for S5P platform (experimental)"
depends on PLAT_S5P
depends on PLAT_S5P && PM_RUNTIME
depends on EXPERIMENTAL
default n
---help---