The drivers DVB_M88DS3103 and DVB_TS2020 are accessing some member in struct regmap_config which is not available in kernel version < 3.8. These drivers are getting selected by some other drivers, which are now also depending on kernel >= 3.8, otherwise KConfig would ignore the dependency on kernel >= 3.8 Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- dependencies | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dependencies b/dependencies index c8f174a..8692497 100644 --- a/dependencies +++ b/dependencies @@ -37,6 +37,16 @@ DVB_USB_RTL28XXU 3.4 DVB_USB_RTL28XXU 3.8 DVB_RTL2830 3.8 DVB_RTL2832 3.8 +DVB_M88DS3103 3.8 +DVB_TS2020 3.8 +DVB_USB_DW2102 3.8 +DVB_USB_LME2510 3.8 +DVB_USB_DVBSKY 3.8 +VIDEO_EM28XX_DVB 3.8 +VIDEO_CX23885 3.8 +VIDEO_CX88_DVB 3.8 +DVB_DM1105 3.8 +DVB_SMIPCIE 3.8 # missing linux/gpio/consumer.h # consumer.h cannot be backported currently, as functions rely -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html