Configuration.h 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /*++
  2. Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
  3. SPDX-License-Identifier: BSD-2-Clause-Patent
  4. Module Name:
  5. Configuration.h
  6. Abstract:
  7. Driver configuration include file
  8. Revision History:
  9. ------------------------------------------------------------------------------
  10. Rev Date<MM/DD/YYYY> Name Description
  11. ------------------------------------------------------------------------------
  12. ------------------------------------------------------------------------------
  13. --*/
  14. #ifndef _CONFIGURATION_H
  15. #define _CONFIGURATION_H
  16. //
  17. // System Setup Page. Do not have to be sequential but have to be unique
  18. //
  19. #define ROOT_FORM_ID 1
  20. #define ROOT_MAIN_FORM_ID 2
  21. #define CPU_CONFIGURATION_FORM_ID 3
  22. #define CPU_PWR_CONFIGURATION_FORM_ID 4
  23. #define BOOT_CONFIGURATION_FORM_ID 5
  24. #define IGD_FORM_ID 6
  25. #define SECURITY_CONFIGURATION_FORM_ID 7
  26. #define SOUTH_CLUSTER_FORM_ID 8
  27. #define DPTF_FORM_ID 9
  28. #define PLATFORM_INFORMATION_FORM_ID 10
  29. #define DRIVE_CONFIGURATION_ID 11
  30. #define SENSOR_CONFIGURATION_ID 12
  31. #define LPSS_CONFIGURATION_ID 13
  32. #define UNCORE_FORM_ID 14
  33. #define TPM_FORM_ID 15
  34. #define THERMAL_FORM_ID 16
  35. #define PASSWORD_SETTING_ID 17
  36. #define LAN_OPTIONS_FORM_ID 18
  37. #define AZALIA_OPTIONS_FORM_ID 19
  38. #define MISC_OPTIONS_FORM_ID 20
  39. #define USB_OPTIONS_FORM_ID 21
  40. #define PCIE_DEVICE_OPTIONS_FORM_ID 22
  41. #define SYSTEM_COMPONENT_FORM_ID 23
  42. #define DEBUG_CONFIGURATION_FORM_ID 24
  43. #endif // #ifndef _CONFIGURATION_H