]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/PlatformPkgConfig.dsc
IntelFrameworkModulePkg: Refine casting expression result to bigger size
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformPkgConfig.dsc
1 #/** @file
2 # platform configuration file.
3 #
4 # Copyright (c) 2012 - 2016, Intel Corporation. All rights reserved.<BR>
5 #
6 # This program and the accompanying materials are licensed and made available under
7 # the terms and conditions of the BSD License that accompanies this distribution.
8 # The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php.
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #
15 #**/
16
17 #
18 # TRUE is ENABLE. FASLE is DISABLE.
19 #
20
21 #
22 # FSP selection
23 #
24 DEFINE MINNOW2_FSP_BUILD = FALSE
25
26
27 DEFINE SCSI_ENABLE = TRUE
28
29
30 #
31 # To enable extra configuration for clk gen
32 #
33 DEFINE CLKGEN_CONFIG_EXTRA_ENABLE=TRUE
34
35 #
36 # Feature selection
37 #
38
39 #
40 # Select system timer which is used to produce Timer Arch Protocol:
41 # TRUE - HPET timer is used.
42 # FALSE - 8254 timer is used.
43 #
44 DEFINE USE_HPET_TIMER = FALSE
45
46
47 #
48 # Feature selection
49 #
50
51 DEFINE TPM_ENABLED = FALSE
52
53 DEFINE ACPI50_ENABLE = TRUE
54 DEFINE PERFORMANCE_ENABLE = FALSE
55
56
57 DEFINE LFMA_ENABLE = FALSE # Load module at fixed address feature
58 DEFINE DXE_COMPRESS_ENABLE = TRUE
59 DEFINE DXE_CRC32_SECTION_ENABLE = TRUE
60 DEFINE SSE2_ENABLE = FALSE
61
62 DEFINE SECURE_BOOT_ENABLE = TRUE
63 DEFINE USER_IDENTIFICATION_ENABLE = FALSE
64 DEFINE VARIABLE_INFO_ENABLE = FALSE
65 DEFINE S3_ENABLE = TRUE
66 DEFINE CAPSULE_ENABLE = TRUE
67 DEFINE CAPSULE_RESET_ENABLE = TRUE
68 DEFINE RECOVERY_ENABLE = FALSE
69 DEFINE MICOCODE_CAPSULE_ENABLE = FALSE
70
71 DEFINE GOP_DRIVER_ENABLE = TRUE
72 DEFINE DATAHUB_ENABLE = TRUE
73 DEFINE DATAHUB_STATUS_CODE_ENABLE = TRUE
74 DEFINE USB_ENABLE = TRUE
75
76 DEFINE ISA_SERIAL_STATUS_CODE_ENABLE = TRUE
77 DEFINE USB_SERIAL_STATUS_CODE_ENABLE = FALSE
78 DEFINE RAM_SERIAL_STATUS_CODE_ENABLE = FALSE
79
80 DEFINE ENBDT_S3_SUPPORT = TRUE
81
82 DEFINE LZMA_ENABLE = TRUE
83 DEFINE S4_ENABLE = TRUE
84 DEFINE NETWORK_ENABLE = TRUE
85 DEFINE NETWORK_IP6_ENABLE = TRUE
86 DEFINE NETWORK_ISCSI_ENABLE = FALSE
87 DEFINE NETWORK_VLAN_ENABLE = FALSE
88
89 DEFINE SATA_ENABLE = TRUE
90 DEFINE PCIESC_ENABLE = TRUE
91
92 #
93 # Enable source level debug default
94 #
95 DEFINE SOURCE_DEBUG_ENABLE = FALSE
96
97
98
99