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