summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2015-04-03 00:19:01 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2015-04-03 19:10:43 +0200
commit5e6c23c6cd6d93bbb14af615b0bc0868284b970b (patch)
tree242ce1a24f7135158690154955baf78c8d205f08
parentbef0047603f28df9d38c4033acd0adf3231a1fea (diff)
dependencies: deactivate DVB_RTL2830, DVB_RTL2832
The DVB_RTL2830 and DVB_RTL2832 driver are using the new regmap API since commit b410dae and d101658 which we did not backport. Deactivate this driver on affected kernel versions for now. In addition the DVB_USB_RTL28XXU driver has to be deactivated because it depends on these two modules. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--dependencies5
1 files changed, 5 insertions, 0 deletions
diff --git a/dependencies b/dependencies
index c5d80847..eead0c52 100644
--- a/dependencies
+++ b/dependencies
@@ -29,6 +29,11 @@ VIDEO_MEM2MEM_DEINTERLACE 3.3
MEDIA_TUNER_E4000 3.4
DVB_USB_RTL28XXU 3.4
+# missing many members in struct regmap_config
+DVB_USB_RTL28XXU 3.8
+DVB_RTL2830 3.8
+DVB_RTL2832 3.8
+
# missing linux/gpio/consumer.h
# consumer.h cannot be backported currently, as functions rely
# on in-kernel functionality (GPIO_DEVRES), we can now backport