1 /****************************************************************************** 2 * 3 * Copyright(c) 2016 - 2017 Realtek Corporation. 4 * 5 * This program is free software; you can redistribute it and/or modify it 6 * under the terms of version 2 of the GNU General Public License as 7 * published by the Free Software Foundation. 8 * 9 * This program is distributed in the hope that it will be useful, but WITHOUT 10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 * more details. 13 * 14 *****************************************************************************/ 15 16 #ifdef CONFIG_USB_HCI 17 18 #if defined(CONFIG_RTL8188E) 19 #include "rtl8188e/HalEfuseMask8188E_USB.h" 20 #endif 21 22 #if defined(CONFIG_RTL8812A) 23 #include "rtl8812a/HalEfuseMask8812A_USB.h" 24 #endif 25 26 #if defined(CONFIG_RTL8821A) 27 #include "rtl8812a/HalEfuseMask8821A_USB.h" 28 #endif 29 30 #if defined(CONFIG_RTL8192E) 31 #include "rtl8192e/HalEfuseMask8192E_USB.h" 32 #endif 33 34 #if defined(CONFIG_RTL8723B) 35 #include "rtl8723b/HalEfuseMask8723B_USB.h" 36 #endif 37 38 #if defined(CONFIG_RTL8814A) 39 #include "rtl8814a/HalEfuseMask8814A_USB.h" 40 #endif 41 42 #if defined(CONFIG_RTL8703B) 43 #include "rtl8703b/HalEfuseMask8703B_USB.h" 44 #endif 45 46 #if defined(CONFIG_RTL8723D) 47 #include "rtl8723d/HalEfuseMask8723D_USB.h" 48 #endif 49 50 #if defined(CONFIG_RTL8188F) 51 #include "rtl8188f/HalEfuseMask8188F_USB.h" 52 #endif 53 54 #if defined(CONFIG_RTL8188GTV) 55 #include "rtl8188gtv/HalEfuseMask8188GTV_USB.h" 56 #endif 57 58 #if defined(CONFIG_RTL8822B) 59 #include "rtl8822b/HalEfuseMask8822B_USB.h" 60 #endif 61 62 #if defined(CONFIG_RTL8821C) 63 #include "rtl8821c/HalEfuseMask8821C_USB.h" 64 #endif 65 66 #if defined(CONFIG_RTL8710B) 67 #include "rtl8710b/HalEfuseMask8710B_USB.h" 68 #endif 69 70 #if defined(CONFIG_RTL8192F) 71 #include "rtl8192f/HalEfuseMask8192F_USB.h" 72 #endif 73 #if defined(CONFIG_RTL8822C) 74 #include "rtl8822c/HalEfuseMask8822C_USB.h" 75 #endif 76 #if defined(CONFIG_RTL8814B) 77 #include "rtl8814b/HalEfuseMask8814B_USB.h" 78 #endif 79 80 #if defined(CONFIG_RTL8723F) 81 #include "rtl8723f/HalEfuseMask8723F_USB.h" 82 #endif 83 #endif /*CONFIG_USB_HCI*/ 84 85 #ifdef CONFIG_PCI_HCI 86 87 #if defined(CONFIG_RTL8188E) 88 #include "rtl8188e/HalEfuseMask8188E_PCIE.h" 89 #endif 90 91 #if defined(CONFIG_RTL8812A) 92 #include "rtl8812a/HalEfuseMask8812A_PCIE.h" 93 #endif 94 95 #if defined(CONFIG_RTL8821A) 96 #include "rtl8812a/HalEfuseMask8821A_PCIE.h" 97 #endif 98 99 #if defined(CONFIG_RTL8192E) 100 #include "rtl8192e/HalEfuseMask8192E_PCIE.h" 101 #endif 102 103 #if defined(CONFIG_RTL8723B) 104 #include "rtl8723b/HalEfuseMask8723B_PCIE.h" 105 #endif 106 107 #if defined(CONFIG_RTL8814A) 108 #include "rtl8814a/HalEfuseMask8814A_PCIE.h" 109 #endif 110 111 #if defined(CONFIG_RTL8703B) 112 #include "rtl8703b/HalEfuseMask8703B_PCIE.h" 113 #endif 114 115 #if defined(CONFIG_RTL8822B) 116 #include "rtl8822b/HalEfuseMask8822B_PCIE.h" 117 #endif 118 #if defined(CONFIG_RTL8723D) 119 #include "rtl8723d/HalEfuseMask8723D_PCIE.h" 120 #endif 121 #if defined(CONFIG_RTL8821C) 122 #include "rtl8821c/HalEfuseMask8821C_PCIE.h" 123 #endif 124 125 #if defined(CONFIG_RTL8192F) 126 #include "rtl8192f/HalEfuseMask8192F_PCIE.h" 127 #endif 128 #if defined(CONFIG_RTL8822C) 129 #include "rtl8822c/HalEfuseMask8822C_PCIE.h" 130 #endif 131 #if defined(CONFIG_RTL8814B) 132 #include "rtl8814b/HalEfuseMask8814B_PCIE.h" 133 #endif 134 #endif /*CONFIG_PCI_HCI*/ 135 #ifdef CONFIG_SDIO_HCI 136 #if defined(CONFIG_RTL8723B) 137 #include "rtl8723b/HalEfuseMask8723B_SDIO.h" 138 #endif 139 140 #if defined(CONFIG_RTL8188E) 141 #include "rtl8188e/HalEfuseMask8188E_SDIO.h" 142 #endif 143 144 #if defined(CONFIG_RTL8703B) 145 #include "rtl8703b/HalEfuseMask8703B_SDIO.h" 146 #endif 147 148 #if defined(CONFIG_RTL8188F) 149 #include "rtl8188f/HalEfuseMask8188F_SDIO.h" 150 #endif 151 152 #if defined(CONFIG_RTL8188GTV) 153 #include "rtl8188gtv/HalEfuseMask8188GTV_SDIO.h" 154 #endif 155 156 #if defined(CONFIG_RTL8723D) 157 #include "rtl8723d/HalEfuseMask8723D_SDIO.h" 158 #endif 159 160 #if defined(CONFIG_RTL8192E) 161 #include "rtl8192e/HalEfuseMask8192E_SDIO.h" 162 #endif 163 164 #if defined(CONFIG_RTL8821A) 165 #include "rtl8812a/HalEfuseMask8821A_SDIO.h" 166 #endif 167 168 #if defined(CONFIG_RTL8821C) 169 #include "rtl8821c/HalEfuseMask8821C_SDIO.h" 170 #endif 171 172 #if defined(CONFIG_RTL8822B) 173 #include "rtl8822b/HalEfuseMask8822B_SDIO.h" 174 #endif 175 176 #if defined(CONFIG_RTL8192F) 177 #include "rtl8192f/HalEfuseMask8192F_SDIO.h" 178 #endif 179 180 181 #if defined(CONFIG_RTL8822C) 182 #include "rtl8822c/HalEfuseMask8822C_SDIO.h" 183 #endif 184 185 #if defined(CONFIG_RTL8723F) 186 #include "rtl8723f/HalEfuseMask8723F_SDIO.h" 187 #endif 188 #endif /*CONFIG_SDIO_HCI*/ 189