[PATCH 2/4] [media] exynos4-is: Remove optional dependency on PLAT_S5P
Sylwester Nawrocki
s.nawrocki at samsung.com
Mon Oct 6 06:05:41 PDT 2014
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
More information about the linux-arm-kernel
mailing list