phydm_features.h 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /******************************************************************************
  2. *
  3. * Copyright(c) 2007 - 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. * The full GNU General Public License is included in this distribution in the
  15. * file called LICENSE.
  16. *
  17. * Contact Information:
  18. * wlanfae <wlanfae@realtek.com>
  19. * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
  20. * Hsinchu 300, Taiwan.
  21. *
  22. * Larry Finger <Larry.Finger@lwfinger.net>
  23. *
  24. *****************************************************************************/
  25. #ifndef __PHYDM_FEATURES_H__
  26. #define __PHYDM_FEATURES_H__
  27. #define CONFIG_RUN_IN_DRV
  28. #define ODM_DC_CANCELLATION_SUPPORT (ODM_RTL8188F | ODM_RTL8710B | ODM_RTL8192F | ODM_RTL8821C)
  29. #define ODM_RECEIVER_BLOCKING_SUPPORT (ODM_RTL8188E | ODM_RTL8192E)
  30. /*@20170103 YuChen add for FW API*/
  31. #define PHYDM_FW_API_ENABLE_8822B 1
  32. #define PHYDM_FW_API_FUNC_ENABLE_8822B 1
  33. #define PHYDM_FW_API_ENABLE_8821C 1
  34. #define PHYDM_FW_API_FUNC_ENABLE_8821C 1
  35. #define PHYDM_FW_API_ENABLE_8195B 1
  36. #define PHYDM_FW_API_FUNC_ENABLE_8195B 1
  37. #define PHYDM_FW_API_ENABLE_8198F 1
  38. #define PHYDM_FW_API_FUNC_ENABLE_8198F 1
  39. #define PHYDM_FW_API_ENABLE_8822C 1
  40. #define PHYDM_FW_API_FUNC_ENABLE_8822C 1
  41. #define PHYDM_FW_API_ENABLE_8814B 1
  42. #define PHYDM_FW_API_FUNC_ENABLE_8814B 1
  43. #if (DM_ODM_SUPPORT_TYPE == ODM_WIN)
  44. #include "phydm_features_win.h"
  45. #elif (DM_ODM_SUPPORT_TYPE == ODM_CE)
  46. #include "phydm_features_ce.h"
  47. /*@#include "phydm_features_ce2_kernel.h"*/
  48. #elif (DM_ODM_SUPPORT_TYPE == ODM_AP)
  49. #include "phydm_features_ap.h"
  50. #elif (DM_ODM_SUPPORT_TYPE == ODM_IOT)
  51. #include "phydm_features_iot.h"
  52. #endif
  53. #endif