Hi Sylwester,

In the file arch/arm/plat-s5p/Kconfig, why dont we change the below

config S5P_DEV_FIMC0/1/2/3
        bool
        help
Compile in platform device definitions for FIMC controller 0/1/2/3

as

config S5P_DEV_FIMC0/1/2/3
        bool
        depends on VIDEO_SAMSUNG_S5P_FIMC
        default y
        help
Compile in platform device definitions for FIMC controller 0/1/2/3

I find that every time I need to use FIMC, I need to make some un-necessary hacks into Kconfig, even though I choose the menu item "Samsung S5P and EXYNOS4 camera host interface driver"

Regards,
Subash


--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to