Skip to content

Commit

Permalink
drivers/media/video/s5p-fimc: remove depends on CONFIG_EXPERIMENTAL
Browse files Browse the repository at this point in the history
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
while now and is almost always enabled by default. As agreed during the
Linux kernel summit, remove it from any "depends on" lines in Kconfigs.

CC: Kyungmin Park <[email protected]>
CC: Sylwester Nawrocki <[email protected]>
CC: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Kees Cook <[email protected]>
Acked-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
kees committed Jan 11, 2013
1 parent ba48f1a commit ea2e79f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/media/platform/s5p-fimc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
config VIDEO_SAMSUNG_S5P_FIMC
bool "Samsung S5P/EXYNOS SoC camera interface driver (experimental)"
depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && PLAT_S5P && PM_RUNTIME
depends on EXPERIMENTAL
help
Say Y here to enable camera host interface devices for
Samsung S5P and EXYNOS SoC series.
Expand Down

0 comments on commit ea2e79f

Please sign in to comment.