|
@@ -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
|