Skip to content

Commit

Permalink
ARM: S5P: Fix on missing S5P_DEV_FIMC in plat-s5p/Kconfig
Browse files Browse the repository at this point in the history
This patch fixes on missing S5P_DEV_FIMC in plat-s5p/Kconfig.

Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Kukjin Kim committed Aug 9, 2010
1 parent 187749b commit 25da496
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions arch/arm/plat-s5p/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 25da496

Please sign in to comment.