summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsupriya karanth <supriya.karanth@stericsson.com>2012-04-13 16:10:34 +0200
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-04-13 16:27:36 +0200
commitde557850d5cc56295d7b844c2629a9de95cba21a (patch)
treea36b9756ab6b30b34893845d1925a517835158ef
parentf34271c1fc4e08dd6c2ee5a7788dcd3d3db7a1b5 (diff)
Enable USB Video in Snowball kernel config
Enable the USB VIDEO CLASS for android https://bugs.launchpad.net/igloocommunity/+bug/975593 Signed-off-by: supriya karanth <supriya.karanth@stericsson.com>
-rw-r--r--arch/arm/configs/u8500_android_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/configs/u8500_android_defconfig b/arch/arm/configs/u8500_android_defconfig
index 058f109f20b..c3e30663f18 100644
--- a/arch/arm/configs/u8500_android_defconfig
+++ b/arch/arm/configs/u8500_android_defconfig
@@ -200,7 +200,8 @@ CONFIG_REGULATOR_AB8500_DEBUG=y
CONFIG_MEDIA_SUPPORT=y
CONFIG_VIDEO_DEV=y
# CONFIG_MEDIA_TUNER_CUSTOMISE is not set
-# CONFIG_VIDEO_CAPTURE_DRIVERS is not set
+CONFIG_VIDEO_CAPTURE_DRIVERS=y
+CONFIG_USB_VIDEO_CLASS=y
CONFIG_RADIO_CG2900=y
CONFIG_GPU_MALI=y
CONFIG_FB=y