header: add pm_system_wakeup()
[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
58 # this needs devm_gpiod_get_index() with 4 arguments.
59 NFC_NXP_NCI_I2C 3.17
60
61 # this needs device_property..() functions and struct acpi_gpio_mapping
62 NFC_FDP_I2C 3.19
63 NFC_ST21NFCA_I2C 3.19
64 NFC_ST_NCI_I2C 3.19
65 NFC_ST_NCI_SPI 3.19
66 NFC_PN544_I2C 3.19
67
68 # for whoever wants to backport this: GPIOF_EXPORT was redefined via commit
69 # 79a9becd on v3.13-rc1~120^2~15, before this it was redefined via commit
70 # f567fde2 on v3.5-rc7~32^2~4 and finally added via commit fc3a1f04 on
71 # v3.5-rc1~93^2~25. We don't address any of these changes yet so we require
72 # the latest interpretation.
73 VIDEO_S5K6AA 3.13
74 VIDEO_S5K6A3 3.13
75
76 # this needs arch_phys_wc_add(), arch_phys_wc_del() and pat_enabled()
77 VIDEO_FB_IVTV 4.2
78
79 BCMA_DRIVER_MIPS 3.3
80 SSB_DRIVER_MIPS 3.3
81 # needs GPIO stuff we didn't backport
82 SSB_DRIVER_GPIO 4.5
83
84 # the irq handler in the gpio driver uses
85 # irq_set_chip_and_handler_name() which gets exported starting with
86 # kernel 3.7. This code is only compiled if BCMA_DRIVER_GPIO and
87 # BCMA_HOST_SOC are set.
88 BCMA_HOST_SOC 3.7
89
90 # Uses gpiochip_get_data()
91 BCMA_DRIVER_GPIO 4.5
92 VIDEO_EM28XX_DVB 4.5
93 DVB_CXD2820R 4.5
94 DVB_USB_ANYSEE 4.5
95
96 # NFC core needs PF_NFC defined in socket.h which was
97 # only introduced in kernel 3.1
98 NFC 3.1
99
100 # This needs of_find_property() and devm_gpio_free()
101 NFC_MRVL 3.3
102 NFC_MRVL_USB 3.3
103 NFC_MRVL_UART 3.3
104
105 NFC_TRF7970A 3.4
106
107 INTEL_IPS 3.2
108
109 # needs mei_cldev_register_rx_cb
110 NFC_MEI_PHY 4.10
111
112 # missing linux/gpio/consumer.h
113 NFC_PN544_I2C 3.13
114 NFC_FDP 3.13
115
116 IR_IMG 3.5
117
118 # missing include/linux/mfd/syscon.h file
119 IR_HIX5HD2 3.7
120 IR_HIX5HD2 kconfig: CONFIG_MFD_SYSCON
121
122 # tracing results in compile errors
123 ATH10K_TRACING 3.4
124 ATH_TRACEPOINTS 3.1
125
126 # missigng add_hwgenerator_randomness()
127 ATH9K_HWRNG 3.17
128
129 # depends on netdev_rss_key_fill() which uses net_get_random_once()
130 # and since net_get_random_once() depends on static keys we've decided
131 # to backport that only down to 3.5. For full details refer to backports
132 # commit 8cb8816d
133 # mpls_features was added with kernel 3.11
134 IGB 3.11
135
136 # This driver needs mmc_hw_reset() which was added in kernel version 3.2
137 MWIFIEX_SDIO 3.2
138
139 # these need LIB80211 and thus SKCIPHER - disable them
140 IPW2100 4.3
141 IPW2200 4.3
142 HOSTAP 4.3
143 LIBERTAS 4.3
144
145 # some prototypes changed - might be fixable but I'm lazy
146 NFC_WILINK 4.8
147
148 # struct ethtool_link_ksettings is missing, I'm lazy
149 USB_USBNET 4.6
150 USB_NET_RNDIS_WLAN 4.6