Enable V4L2 modules

This commit is contained in:
Michael Raskin 2012-10-04 15:35:21 +04:00
parent 4959fd19f4
commit 396de23762

View File

@ -232,6 +232,10 @@ let
# Devtmpfs support.
DEVTMPFS y
# Media support
MEDIA_CAMERA_SUPPORT? y
MEDIA_RC_SUPPORT? y
${if kernelPlatform ? kernelExtraConfig then kernelPlatform.kernelExtraConfig else ""}
${extraConfig}
'';