]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/PlatformPkgConfig.dsc
ec24fed407294b167904a99b3b09ec8e9093d309
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformPkgConfig.dsc
1 #/** @file
2 # platform configuration file.
3 #
4 # Copyright (c) 2012 - 2014, 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 # Feature selection
48 #
49
50 DEFINE TPM_ENABLED = FALSE
51
52 DEFINE ACPI50_ENABLE = TRUE
53 DEFINE PERFORMANCE_ENABLE = FALSE
54
55
56 DEFINE LFMA_ENABLE = FALSE # Load module at fixed address feature
57 DEFINE DXE_COMPRESS_ENABLE = TRUE
58 DEFINE DXE_CRC32_SECTION_ENABLE = TRUE
59 DEFINE SSE2_ENABLE = FALSE
60
61 DEFINE SECURE_BOOT_ENABLE = TRUE
62 DEFINE USER_IDENTIFICATION_ENABLE = FALSE
63 DEFINE VARIABLE_INFO_ENABLE = FALSE
64 DEFINE S3_ENABLE = TRUE
65 DEFINE CAPSULE_ENABLE = FALSE
66 DEFINE CAPSULE_RESET_ENABLE = TRUE
67
68 DEFINE GOP_DRIVER_ENABLE = TRUE
69 DEFINE DATAHUB_ENABLE = TRUE
70 DEFINE DATAHUB_STATUS_CODE_ENABLE = TRUE
71 DEFINE USB_ENABLE = TRUE
72
73 DEFINE ISA_SERIAL_STATUS_CODE_ENABLE = TRUE
74 DEFINE USB_SERIAL_STATUS_CODE_ENABLE = FALSE
75 DEFINE RAM_SERIAL_STATUS_CODE_ENABLE = FALSE
76
77 DEFINE ENBDT_S3_SUPPORT = TRUE
78
79 DEFINE LZMA_ENABLE = TRUE
80 DEFINE S4_ENABLE = TRUE
81 DEFINE NETWORK_ENABLE = TRUE
82 DEFINE NETWORK_IP6_ENABLE = TRUE
83 DEFINE NETWORK_ISCSI_ENABLE = FALSE
84 DEFINE NETWORK_VLAN_ENABLE = FALSE
85
86 DEFINE SATA_ENABLE = TRUE
87 DEFINE PCIESC_ENABLE = TRUE
88
89 #
90 # Enable source level debug default
91 #
92 DEFINE SOURCE_DEBUG_ENABLE = FALSE
93
94
95
96