Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25da496f authored by Kukjin Kim's avatar Kukjin Kim
Browse files

ARM: S5P: Fix on missing S5P_DEV_FIMC in plat-s5p/Kconfig



This patch fixes on missing S5P_DEV_FIMC in plat-s5p/Kconfig.

Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 187749bb
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -31,3 +31,18 @@ config S5P_EXT_INT
	help
	  Use the external interrupts (other than GPIO interrupts.)
	  Note: Do not choose this for S5P6440.

config S5P_DEV_FIMC0
	bool
	help
	  Compile in platform device definitions for FIMC controller 0

config S5P_DEV_FIMC1
	bool
	help
	  Compile in platform device definitions for FIMC controller 1

config S5P_DEV_FIMC2
	bool
	help
	  Compile in platform device definitions for FIMC controller 2