mirror of https://gitee.com/openkylin/linux.git
[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:
parent
778f295080
commit
0f6c5653f8
|
@ -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---
|
||||
|
|
Loading…
Reference in New Issue