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:05 +0200
commit3f0c55546af94d73b82fb25ca0d6550da603e194 (patch)
tree5de24de448c3f8d62a20e7a89b2f2cabb8ada1ec
parent04aab788d565dc930eb3aaa8a2b54746e13cadc4 (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 7a7fd9e28f9..8fa0b9ec52f 100644
--- a/arch/arm/configs/u8500_android_defconfig
+++ b/arch/arm/configs/u8500_android_defconfig
@@ -198,7 +198,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