efuse_mask.h 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. #if DEV_BUS_TYPE == RT_USB_INTERFACE
  2. #if defined(CONFIG_RTL8188E)
  3. #include "rtl8188e/HalEfuseMask8188E_USB.h"
  4. #endif
  5. #if defined(CONFIG_RTL8812A)
  6. #include "rtl8812a/HalEfuseMask8812A_USB.h"
  7. #endif
  8. #if defined(CONFIG_RTL8821A)
  9. #include "rtl8812a/HalEfuseMask8821A_USB.h"
  10. #endif
  11. #if defined(CONFIG_RTL8192E)
  12. #include "rtl8192e/HalEfuseMask8192E_USB.h"
  13. #endif
  14. #if defined(CONFIG_RTL8723B)
  15. #include "rtl8723b/HalEfuseMask8723B_USB.h"
  16. #endif
  17. #if defined(CONFIG_RTL8814A)
  18. #include "rtl8814a/HalEfuseMask8814A_USB.h"
  19. #endif
  20. #if defined(CONFIG_RTL8703B)
  21. #include "rtl8703b/HalEfuseMask8703B_USB.h"
  22. #endif
  23. #if defined(CONFIG_RTL8723D)
  24. #include "rtl8723d/HalEfuseMask8723D_USB.h"
  25. #endif
  26. #if defined(CONFIG_RTL8188F)
  27. #include "rtl8188f/HalEfuseMask8188F_USB.h"
  28. #endif
  29. #if defined(CONFIG_RTL8822B)
  30. #include "rtl8822b/HalEfuseMask8822B_USB.h"
  31. #endif
  32. #if defined(CONFIG_RTL8821C)
  33. #include "rtl8821c/HalEfuseMask8821C_USB.h"
  34. #endif
  35. #elif DEV_BUS_TYPE == RT_PCI_INTERFACE
  36. #if defined(CONFIG_RTL8188E)
  37. #include "rtl8188e/HalEfuseMask8188E_PCIE.h"
  38. #endif
  39. #if defined(CONFIG_RTL8812A)
  40. #include "rtl8812a/HalEfuseMask8812A_PCIE.h"
  41. #endif
  42. #if defined(CONFIG_RTL8821A)
  43. #include "rtl8812a/HalEfuseMask8821A_PCIE.h"
  44. #endif
  45. #if defined(CONFIG_RTL8192E)
  46. #include "rtl8192e/HalEfuseMask8192E_PCIE.h"
  47. #endif
  48. #if defined(CONFIG_RTL8723B)
  49. #include "rtl8723b/HalEfuseMask8723B_PCIE.h"
  50. #endif
  51. #if defined(CONFIG_RTL8814A)
  52. #include "rtl8814a/HalEfuseMask8814A_PCIE.h"
  53. #endif
  54. #if defined(CONFIG_RTL8703B)
  55. #include "rtl8703b/HalEfuseMask8703B_PCIE.h"
  56. #endif
  57. #if defined(CONFIG_RTL8822B)
  58. #include "rtl8822b/HalEfuseMask8822B_PCIE.h"
  59. #endif
  60. #if defined(CONFIG_RTL8723D)
  61. #include "rtl8723d/HalEfuseMask8723D_PCIE.h"
  62. #endif
  63. #if defined(CONFIG_RTL8821C)
  64. #include "rtl8821c/HalEfuseMask8821C_PCIE.h"
  65. #endif
  66. #elif DEV_BUS_TYPE == RT_SDIO_INTERFACE
  67. #if defined(CONFIG_RTL8723B)
  68. #include "rtl8723b/HalEfuseMask8723B_SDIO.h"
  69. #endif
  70. #if defined(CONFIG_RTL8188E)
  71. #include "rtl8188e/HalEfuseMask8188E_SDIO.h"
  72. #endif
  73. #if defined(CONFIG_RTL8703B)
  74. #include "rtl8703b/HalEfuseMask8703B_SDIO.h"
  75. #endif
  76. #if defined(CONFIG_RTL8188F)
  77. #include "rtl8188f/HalEfuseMask8188F_SDIO.h"
  78. #endif
  79. #if defined(CONFIG_RTL8723D)
  80. #include "rtl8723d/HalEfuseMask8723D_SDIO.h"
  81. #endif
  82. #if defined(CONFIG_RTL8192E)
  83. #include "rtl8192e/HalEfuseMask8192E_SDIO.h"
  84. #endif
  85. #if defined(CONFIG_RTL8821A)
  86. #include "rtl8812a/HalEfuseMask8821A_SDIO.h"
  87. #endif
  88. #if defined(CONFIG_RTL8821C)
  89. #include "rtl8821c/HalEfuseMask8821C_SDIO.h"
  90. #endif
  91. #if defined(CONFIG_RTL8822B)
  92. #include "rtl8822b/HalEfuseMask8822B_SDIO.h"
  93. #endif
  94. #endif