Skip to content

Commit

Permalink
[media] s5p-tv: Add PM_RUNTIME dependency
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hatim Ali authored and Mauro Carvalho Chehab committed Sep 26, 2011
1 parent 778f295 commit 0f6c565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/s5p-tv/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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---
Expand Down

0 comments on commit 0f6c565

Please sign in to comment.