dependencies: make MWIFIEX_PCIE depend on kernel > 3.16
[openwrt/staging/blogic.git] / dependencies
1 # List the minimum kernel version required for each
2 # of the listed Kconfig symbols
3
4 ATL1C 3.5
5
6 # depends on -EPROBE_DEFER and others now
7 WL1251_SPI 3.5
8
9 WL1251_SDIO 3.15
10 WL1251_SDIO kconfig: CONFIG_WILINK_PLATFORM_DATA
11 WLCORE_SDIO 3.15
12
13 # needs no_seek_end_llseek()
14 WLCORE 3.2
15 WL12XX 3.2
16 WL18XX 3.2
17
18 # hostapd uses proc_remove()
19 HOSTAP 3.10
20
21 # This driver uses the remove_proc_subtree() function.
22 AIRO 3.9
23 AIRO_CS 3.9
24
25 # Media
26 MEDIA_SUPPORT 3.8
27 # someone has to backport "firewire: introduce fw_driver.probe and .remove methods"
28 DVB_FIREDTV 3.11
29
30 SOC_CAMERA_PLATFORM 3.9
31
32 # missing linux/gpio/consumer.h
33 # consumer.h cannot be backported currently, as functions rely
34 # on in-kernel functionality (GPIO_DEVRES), we can now backport
35 # in-kernel functionality but we'd need to make that depend on
36 # integration only and figure out a way to easily split that.
37 # This does not seem like a good test desirable test case to
38 # start that work with.
39 VIDEO_ADP1653 3.13
40 VIDEO_TC358743 3.13
41 VIDEO_MT9P031 3.13
42
43 # missing linux/property.h
44 NFC_ST95HF 3.18
45
46 # missing devm_gpiod_get_optional()
47 # this needs devm_gpiod_get_optional() with 3 arguments.
48 I2C_SI4713 3.17
49 USB_SI4713 3.17
50 PLATFORM_SI4713 3.17
51 SOC_CAMERA_OV2640 3.17
52 VIDEO_ADV7604 3.17
53 VIDEO_COBALT 3.17
54 VIDEO_TVP5150 3.17
55 VIDEO_EM28XX_V4L2 3.17
56 NFC_PN544_I2C 3.17
57 NFC_TRF7970A 3.17
58
59 # this needs devm_gpiod_get_index() with 4 arguments.
60 NFC_NXP_NCI_I2C 3.17
61
62 # pci_error_handlers->reset_notify is missing
63 MWIFIEX_PCIE 3.16
64
65 # this needs device_property..() functions and struct acpi_gpio_mapping
66 NFC_FDP_I2C 3.19
67 NFC_ST21NFCA_I2C 3.19
68 NFC_ST_NCI_I2C 3.19
69 NFC_ST_NCI_SPI 3.19
70 NFC_PN544_I2C 3.19
71
72 # for whoever wants to backport this: GPIOF_EXPORT was redefined via commit
73 # 79a9becd on v3.13-rc1~120^2~15, before this it was redefined via commit
74 # f567fde2 on v3.5-rc7~32^2~4 and finally added via commit fc3a1f04 on
75 # v3.5-rc1~93^2~25. We don't address any of these changes yet so we require
76 # the latest interpretation.
77 VIDEO_S5K6AA 3.13
78 VIDEO_S5K6A3 3.13
79
80 # this needs arch_phys_wc_add(), arch_phys_wc_del() and pat_enabled()
81 VIDEO_FB_IVTV 4.2
82
83 BCMA_DRIVER_MIPS 3.3
84 SSB_DRIVER_MIPS 3.3
85 # needs GPIO stuff we didn't backport
86 SSB_DRIVER_GPIO 4.5
87
88 # the irq handler in the gpio driver uses
89 # irq_set_chip_and_handler_name() which gets exported starting with
90 # kernel 3.7. This code is only compiled if BCMA_DRIVER_GPIO and
91 # BCMA_HOST_SOC are set.
92 BCMA_HOST_SOC 3.7
93
94 # Uses gpiochip_get_data()
95 BCMA_DRIVER_GPIO 4.5
96 VIDEO_EM28XX_DVB 4.5
97 DVB_CXD2820R 4.5
98 DVB_USB_ANYSEE 4.5
99
100 # NFC core needs PF_NFC defined in socket.h which was
101 # only introduced in kernel 3.1
102 NFC 3.1
103
104 # This needs of_find_property() and devm_gpio_free()
105 NFC_MRVL 3.3
106 NFC_MRVL_USB 3.3
107 NFC_MRVL_UART 3.3
108
109 NFC_TRF7970A 3.4
110
111 INTEL_IPS 3.2
112
113 # needs mei_cldev_register_rx_cb
114 NFC_MEI_PHY 4.10
115
116 # missing linux/gpio/consumer.h
117 NFC_PN544_I2C 3.13
118 NFC_FDP 3.13
119
120 IR_IMG 3.5
121
122 # missing include/linux/mfd/syscon.h file
123 IR_HIX5HD2 3.7
124 IR_HIX5HD2 kconfig: CONFIG_MFD_SYSCON
125
126 # tracing results in compile errors
127 ATH10K_TRACING 3.4
128 ATH_TRACEPOINTS 3.1
129
130 # missigng add_hwgenerator_randomness()
131 ATH9K_HWRNG 3.17
132
133 # depends on netdev_rss_key_fill() which uses net_get_random_once()
134 # and since net_get_random_once() depends on static keys we've decided
135 # to backport that only down to 3.5. For full details refer to backports
136 # commit 8cb8816d
137 # mpls_features was added with kernel 3.11
138 IGB 3.11
139
140 # This driver needs mmc_hw_reset() which was added in kernel version 3.2
141 MWIFIEX_SDIO 3.2
142
143 # these need LIB80211 and thus SKCIPHER - disable them
144 IPW2100 4.3
145 IPW2200 4.3
146 HOSTAP 4.3
147 LIBERTAS 4.3
148
149 # some prototypes changed - might be fixable but I'm lazy
150 NFC_WILINK 4.8
151
152 # struct ethtool_link_ksettings is missing, I'm lazy
153 USB_USBNET 4.6
154 USB_NET_RNDIS_WLAN 4.6