53 lines
1.5 KiB
Bash
53 lines
1.5 KiB
Bash
## @file
|
|
# Platform Configuration Switches
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2012 - 2015, Hefei LCFC Information Technology Co.Ltd.
|
|
#* And/or its affiliates. All rights reserved.
|
|
#* Hefei LCFC Information Technology Co.Ltd. PROPRIETARY/CONFIDENTIAL.
|
|
#* Use is subject to license terms.
|
|
#*
|
|
#******************************************************************************
|
|
|
|
#
|
|
# [LFC Common Feature BIOS Spec x.xx] - Master switch for LFC feature
|
|
# YES - Follow setting for all feature flag
|
|
# NO - Ignore all Feature flag setting and set them as NO
|
|
#
|
|
DEFINE LFC_ALL_FEATURE_ENABLE = YES
|
|
|
|
#
|
|
# LCF_INTEL_PLATFORM_ENABLE
|
|
# YES - Support LFC Intel Platform
|
|
# NO - Unsupport LFC Intel Platform
|
|
#
|
|
DEFINE LCF_INTEL_PLATFORM_ENABLE = NO
|
|
|
|
#
|
|
# LCF_AMD_PLATFORM_ENABLE
|
|
# YES - Support LFC AMD Platform
|
|
# NO - Unsupport LFC AMD Platform
|
|
#
|
|
DEFINE LCF_AMD_PLATFORM_ENABLE = NO
|
|
|
|
#
|
|
# LCF_EC_LIBRARY_ENABLE
|
|
# YES - Support LFC Ec Libary
|
|
# NO - Unsupport LFC Ec Libary
|
|
#
|
|
DEFINE LCF_EC_LIBRARY_ENABLE = YES
|
|
|
|
#
|
|
# LFC_GAMING_FEATURE_ENABLE
|
|
# YES - Support LFC Gaming Feature
|
|
# NO - Unsupport LFC Gaming Feature
|
|
#
|
|
DEFINE LFC_GAMING_FEATURE_ENABLE = NO
|
|
|
|
#
|
|
# LFC_ADAPTER_WARNING_PAGE_ENABLE
|
|
# YES - Support LFC Adapter Warning Page
|
|
# NO - Unsupport LFC Adapter Warning Page
|
|
#
|
|
DEFINE LFC_ADAPTER_WARNING_PAGE_ENABLE = NO
|