efuse_mask.h 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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. #ifdef CONFIG_USB_HCI
  16. #if defined(CONFIG_RTL8188E)
  17. #include "rtl8188e/HalEfuseMask8188E_USB.h"
  18. #endif
  19. #if defined(CONFIG_RTL8812A)
  20. #include "rtl8812a/HalEfuseMask8812A_USB.h"
  21. #endif
  22. #if defined(CONFIG_RTL8821A)
  23. #include "rtl8812a/HalEfuseMask8821A_USB.h"
  24. #endif
  25. #if defined(CONFIG_RTL8192E)
  26. #include "rtl8192e/HalEfuseMask8192E_USB.h"
  27. #endif
  28. #if defined(CONFIG_RTL8723B)
  29. #include "rtl8723b/HalEfuseMask8723B_USB.h"
  30. #endif
  31. #if defined(CONFIG_RTL8814A)
  32. #include "rtl8814a/HalEfuseMask8814A_USB.h"
  33. #endif
  34. #if defined(CONFIG_RTL8703B)
  35. #include "rtl8703b/HalEfuseMask8703B_USB.h"
  36. #endif
  37. #if defined(CONFIG_RTL8723D)
  38. #include "rtl8723d/HalEfuseMask8723D_USB.h"
  39. #endif
  40. #if defined(CONFIG_RTL8188F)
  41. #include "rtl8188f/HalEfuseMask8188F_USB.h"
  42. #endif
  43. #if defined(CONFIG_RTL8188GTV)
  44. #include "rtl8188gtv/HalEfuseMask8188GTV_USB.h"
  45. #endif
  46. #if defined(CONFIG_RTL8822B)
  47. #include "rtl8822b/HalEfuseMask8822B_USB.h"
  48. #endif
  49. #if defined(CONFIG_RTL8821C)
  50. #include "rtl8821c/HalEfuseMask8821C_USB.h"
  51. #endif
  52. #if defined(CONFIG_RTL8710B)
  53. #include "rtl8710b/HalEfuseMask8710B_USB.h"
  54. #endif
  55. #if defined(CONFIG_RTL8192F)
  56. #include "rtl8192f/HalEfuseMask8192F_USB.h"
  57. #endif
  58. #endif /*CONFIG_USB_HCI*/
  59. #ifdef CONFIG_PCI_HCI
  60. #if defined(CONFIG_RTL8188E)
  61. #include "rtl8188e/HalEfuseMask8188E_PCIE.h"
  62. #endif
  63. #if defined(CONFIG_RTL8812A)
  64. #include "rtl8812a/HalEfuseMask8812A_PCIE.h"
  65. #endif
  66. #if defined(CONFIG_RTL8821A)
  67. #include "rtl8812a/HalEfuseMask8821A_PCIE.h"
  68. #endif
  69. #if defined(CONFIG_RTL8192E)
  70. #include "rtl8192e/HalEfuseMask8192E_PCIE.h"
  71. #endif
  72. #if defined(CONFIG_RTL8723B)
  73. #include "rtl8723b/HalEfuseMask8723B_PCIE.h"
  74. #endif
  75. #if defined(CONFIG_RTL8814A)
  76. #include "rtl8814a/HalEfuseMask8814A_PCIE.h"
  77. #endif
  78. #if defined(CONFIG_RTL8703B)
  79. #include "rtl8703b/HalEfuseMask8703B_PCIE.h"
  80. #endif
  81. #if defined(CONFIG_RTL8822B)
  82. #include "rtl8822b/HalEfuseMask8822B_PCIE.h"
  83. #endif
  84. #if defined(CONFIG_RTL8723D)
  85. #include "rtl8723d/HalEfuseMask8723D_PCIE.h"
  86. #endif
  87. #if defined(CONFIG_RTL8821C)
  88. #include "rtl8821c/HalEfuseMask8821C_PCIE.h"
  89. #endif
  90. #if defined(CONFIG_RTL8192F)
  91. #include "rtl8192f/HalEfuseMask8192F_PCIE.h"
  92. #endif
  93. #endif /*CONFIG_PCI_HCI*/
  94. #ifdef CONFIG_SDIO_HCI
  95. #if defined(CONFIG_RTL8723B)
  96. #include "rtl8723b/HalEfuseMask8723B_SDIO.h"
  97. #endif
  98. #if defined(CONFIG_RTL8188E)
  99. #include "rtl8188e/HalEfuseMask8188E_SDIO.h"
  100. #endif
  101. #if defined(CONFIG_RTL8703B)
  102. #include "rtl8703b/HalEfuseMask8703B_SDIO.h"
  103. #endif
  104. #if defined(CONFIG_RTL8188F)
  105. #include "rtl8188f/HalEfuseMask8188F_SDIO.h"
  106. #endif
  107. #if defined(CONFIG_RTL8188GTV)
  108. #include "rtl8188gtv/HalEfuseMask8188GTV_SDIO.h"
  109. #endif
  110. #if defined(CONFIG_RTL8723D)
  111. #include "rtl8723d/HalEfuseMask8723D_SDIO.h"
  112. #endif
  113. #if defined(CONFIG_RTL8192E)
  114. #include "rtl8192e/HalEfuseMask8192E_SDIO.h"
  115. #endif
  116. #if defined(CONFIG_RTL8821A)
  117. #include "rtl8812a/HalEfuseMask8821A_SDIO.h"
  118. #endif
  119. #if defined(CONFIG_RTL8821C)
  120. #include "rtl8821c/HalEfuseMask8821C_SDIO.h"
  121. #endif
  122. #if defined(CONFIG_RTL8822B)
  123. #include "rtl8822b/HalEfuseMask8822B_SDIO.h"
  124. #endif
  125. #if defined(CONFIG_RTL8192F)
  126. #include "rtl8192f/HalEfuseMask8192F_SDIO.h"
  127. #endif
  128. #endif /*CONFIG_SDIO_HCI*/