@@ -32,6 +32,8 @@ source "drivers/media/platform/davinci/Kconfig"
source "drivers/media/platform/omap/Kconfig"
+source "drivers/media/platform/mtk-isp/Kconfig"
+
config VIDEO_ASPEED
tristate "Aspeed AST2400 and AST2500 Video Engine driver"
depends on VIDEO_V4L2
new file mode 100644
@@ -0,0 +1,10 @@
+config VIDEO_MEDIATEK_FD_SUPPORT
+ bool "Mediatek face detection processing function"
+
+ default n
+ help
+ Support the basic hardware accelerated face detectioin feature.
+
+ FD driver provide face detection function, it can detect
+ faces of Rotation-in-Plane from -180 degrees to +180 degrees
+ and Rotation-off-Plane from -90 degrees to +90 degrees.
This patch adds KConfig for Mediatek Face Detection driver (FD). FD is embedded in Mediatek SoCs. It can provide hardware accelerated face detection function. Signed-off-by: Jerry-ch Chen <jerry-ch.chen@mediatek.com> --- drivers/media/platform/Kconfig | 2 ++ drivers/media/platform/mtk-isp/Kconfig | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 drivers/media/platform/mtk-isp/Kconfig