Message ID | 1412586485.4054.40.camel@x220 (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hello. On 10/6/2014 1:08 PM, Paul Bolle wrote: > Commit d78c16ccde96 ("ARM: SAMSUNG: Remove remaining legacy code") > removed the Kconfig symbol PLAT_S5P. Remove an optional dependency on > that symbol from this Kconfig file too. > Signed-off-by: Paul Bolle <pebolle@tiscali.nl> > --- > drivers/media/platform/exynos4-is/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > diff --git a/drivers/media/platform/exynos4-is/Kconfig b/drivers/media/platform/exynos4-is/Kconfig > index 77c951237744..775c3278d0eb 100644 > --- a/drivers/media/platform/exynos4-is/Kconfig > +++ b/drivers/media/platform/exynos4-is/Kconfig > @@ -2,7 +2,7 @@ > config VIDEO_SAMSUNG_EXYNOS4_IS > bool "Samsung S5P/EXYNOS4 SoC series Camera Subsystem driver" > depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API > - depends on (PLAT_S5P || ARCH_EXYNOS || COMPILE_TEST) > + depends on (ARCH_EXYNOS || COMPILE_TEST) Perhaps it's time to drop the useless parens? WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 06/10/14 14:37, Sergei Shtylyov wrote: >> diff --git a/drivers/media/platform/exynos4-is/Kconfig b/drivers/media/platform/exynos4-is/Kconfig >> index 77c951237744..775c3278d0eb 100644 >> --- a/drivers/media/platform/exynos4-is/Kconfig >> +++ b/drivers/media/platform/exynos4-is/Kconfig >> @@ -2,7 +2,7 @@ >> config VIDEO_SAMSUNG_EXYNOS4_IS >> bool "Samsung S5P/EXYNOS4 SoC series Camera Subsystem driver" >> depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API >> - depends on (PLAT_S5P || ARCH_EXYNOS || COMPILE_TEST) >> + depends on (ARCH_EXYNOS || COMPILE_TEST) > > Perhaps it's time to drop the useless parens? Good point, let me prepare patches to clean that up. -- Thanks, Sylwester -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/media/platform/exynos4-is/Kconfig b/drivers/media/platform/exynos4-is/Kconfig index 77c951237744..775c3278d0eb 100644 --- a/drivers/media/platform/exynos4-is/Kconfig +++ b/drivers/media/platform/exynos4-is/Kconfig @@ -2,7 +2,7 @@ config VIDEO_SAMSUNG_EXYNOS4_IS bool "Samsung S5P/EXYNOS4 SoC series Camera Subsystem driver" depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API - depends on (PLAT_S5P || ARCH_EXYNOS || COMPILE_TEST) + depends on (ARCH_EXYNOS || COMPILE_TEST) depends on OF && COMMON_CLK help Say Y here to enable camera host interface devices for
Commit d78c16ccde96 ("ARM: SAMSUNG: Remove remaining legacy code") removed the Kconfig symbol PLAT_S5P. Remove an optional dependency on that symbol from this Kconfig file too. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> --- drivers/media/platform/exynos4-is/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)