[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180205012146.23981-18-ulfalizer@gmail.com>
Date: Mon, 5 Feb 2018 02:21:29 +0100
From: Ulf Magnusson <ulfalizer@...il.com>
To: linux-kernel@...r.kernel.org
Cc: linux-kbuild@...r.kernel.org, tfiga@...omium.org,
paul.burton@...s.com, m.szyprowski@...sung.com,
egtvedt@...fundet.no, linus.walleij@...aro.org,
vgupta@...opsys.com, mgorman@...hsingularity.net, hch@....de,
mina86@...a86.com, robh@...nel.org, sboyd@...eaurora.org,
paulus@...abs.org, will.deacon@....com, tony@...mide.com,
npiggin@...il.com, yamada.masahiro@...ionext.com,
Ulf Magnusson <ulfalizer@...il.com>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
Hans Verkuil <hans.verkuil@...co.com>,
Hugues Fruchet <hugues.fruchet@...com>,
Stanimir Varbanov <stanimir.varbanov@...aro.org>,
Peter Griffin <peter.griffin@...aro.org>,
Arnd Bergmann <arnd@...db.de>,
Benjamin Gaignard <benjamin.gaignard@...aro.org>,
Ramesh Shanmugasundaram <ramesh.shanmugasundaram@...renesas.com>,
linux-media@...r.kernel.org
Subject: [PATCH 17/20] media: sec: Remove PLAT_S5P dependency
The PLAT_S5P symbol was removed in commit d78c16ccde96 ("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: Ulf Magnusson <ulfalizer@...il.com>
---
drivers/media/platform/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig
index 614fbef08ddc..8b4cd02e2938 100644
--- a/drivers/media/platform/Kconfig
+++ b/drivers/media/platform/Kconfig
@@ -582,7 +582,7 @@ config CEC_GPIO
config VIDEO_SAMSUNG_S5P_CEC
tristate "Samsung S5P CEC driver"
- depends on PLAT_S5P || ARCH_EXYNOS || COMPILE_TEST
+ depends on ARCH_EXYNOS || COMPILE_TEST
select CEC_CORE
select CEC_NOTIFIER
---help---
--
2.14.1
Powered by blists - more mailing lists