Commit 2f4a75b7 authored by Ulf Magnusson's avatar Ulf Magnusson Committed by Mauro Carvalho Chehab

media: sec: Remove PLAT_S5P dependency

The PLAT_S5P symbol was removed in commit d78c16cc ("ARM: SAMSUNG:
Remove remaining legacy code").

Remove the PLAT_S5P dependency from VIDEO_SAMSUNG_S5P_CEC.

Discovered with the
https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py
script.
Signed-off-by: default avatarUlf Magnusson <ulfalizer@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 16532baa
...@@ -591,7 +591,7 @@ config CEC_GPIO ...@@ -591,7 +591,7 @@ config CEC_GPIO
config VIDEO_SAMSUNG_S5P_CEC config VIDEO_SAMSUNG_S5P_CEC
tristate "Samsung S5P CEC driver" tristate "Samsung S5P CEC driver"
depends on PLAT_S5P || ARCH_EXYNOS || COMPILE_TEST depends on ARCH_EXYNOS || COMPILE_TEST
select CEC_CORE select CEC_CORE
select CEC_NOTIFIER select CEC_NOTIFIER
---help--- ---help---
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment