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

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
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment