diff options
author | Luis R. Rodriguez <mcgrof@do-not-panic.com> | 2013-04-13 07:13:43 -0700 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-04-13 23:01:58 +0200 |
commit | b8f2e82105322d077c174b224985aa79620dead4 (patch) | |
tree | aa740f329879d0fc81084371cb0baf7a733c9ba5 /dependencies | |
parent | 20906a4d28428a35dc64b1a29dbf58f4d8686ef9 (diff) |
backports: add media subsystem drivers
This adds backport support for all media subsystem
drivers. This is enabled only for >= 3.2. Some media
drivers rely on the new probe deferrral mechanism
(-EPROBE_DEFER see commit d1c3414c), those are only
enabled for kernels >= 3.4. Some media drivers only
depend on the regulatory but since we only support
backporting the regulatory on kernels >= 3.4 we only
enable those media drivers for >= 3.4.
This backports 433 media drivers.
1 2.6.24 [ OK ]
2 2.6.25 [ OK ]
3 2.6.26 [ OK ]
4 2.6.27 [ OK ]
5 2.6.28 [ OK ]
6 2.6.29 [ OK ]
7 2.6.30 [ OK ]
8 2.6.31 [ OK ]
9 2.6.32 [ OK ]
10 2.6.33 [ OK ]
11 2.6.34 [ OK ]
12 2.6.35 [ OK ]
13 2.6.36 [ OK ]
14 2.6.37 [ OK ]
15 2.6.38 [ OK ]
16 2.6.39 [ OK ]
17 3.0.65 [ OK ]
18 3.1.10 [ OK ]
19 3.2.38 [ OK ]
20 3.3.8 [ OK ]
21 3.4.32 [ OK ]
22 3.5.7 [ OK ]
23 3.6.11 [ OK ]
24 3.7.9 [ OK ]
25 3.8.0 [ OK ]
26 3.9-rc1 [ OK ]
real 39m35.615s
user 1068m47.428s
sys 155m55.657s
Cc: linux-media@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'dependencies')
-rw-r--r-- | dependencies | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/dependencies b/dependencies index 0ab99d4d..0658289c 100644 --- a/dependencies +++ b/dependencies @@ -68,6 +68,50 @@ REGULATOR_PALMAS DISABLE REGULATOR_DA9055 DISABLE REGULATOR_S5M8767 DISABLE +# Media +MEDIA_SUPPORT 3.2 +# Some media drivers however depend on module deferral mechanism +# Lets not enable those unless that's available. +VIDEO_S3C_CAMIF 3.4 +VIDEO_SAMSUNG_S5P_FIMC 3.4 +IR_GPIO_CIR 3.4 +# Some media drivers depend on the CONFIG_REGULATOR which +# we only support on >= 3.4 give that reguatory itself depends +# on -EPROBE_DEFER. +SOC_CAMERA 3.4 +SOC_CAMERA_IMX074 3.4 +SOC_CAMERA_MT9M001 3.4 +SOC_CAMERA_MT9M111 3.4 +SOC_CAMERA_MT9T031 3.4 +SOC_CAMERA_MT9T112 3.4 +SOC_CAMERA_MT9V022 3.4 +SOC_CAMERA_OV2640 3.4 +SOC_CAMERA_OV5642 3.4 +SOC_CAMERA_OV6650 3.4 +SOC_CAMERA_OV772X 3.4 +SOC_CAMERA_OV9640 3.4 +SOC_CAMERA_OV9740 3.4 +SOC_CAMERA_RJ54N1 3.4 +SOC_CAMERA_TW9910 3.4 +# There are some odd comile errors here I don't want +# to bother with right now +VIDEO_MEM2MEM_DEINTERLACE DISABLE +# 49920bc6 and 1003cab8 and while it seems there is a +# one to one map DMA_FROM_DEVICE to DMA_DEV_TO_MEM +# I can't verify this fully yet. +VIDEO_TIMBERDALE 3.4 +# Can't figure this out yet either +DVB_DDBRIDGE DISABLE +# I give up on these guys for now +RADIO_MAXIRADIO DISABLE +RADIO_SHARK DISABLE +VIDEO_IVTV DISABLE +VIDEO_MEYE DISABLE +DVB_NGENE DISABLE +DVB_USB_PCTV452E DISABLE +USB_GSPCA DISABLE +VIDEO_MXB DISABLE + # This requires proc_create(), and that doesn't exist before 2.6.24 LIBIPW_DEBUG 2.6.25 |