2015-04-29 19:45:22 +02:00
|
|
|
config SOC_INTEL_COMMON
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
common code for Intel SOCs
|
|
|
|
|
2015-04-21 00:24:54 +02:00
|
|
|
if SOC_INTEL_COMMON
|
|
|
|
|
2014-04-22 19:46:06 +02:00
|
|
|
config CACHE_MRC_SETTINGS
|
|
|
|
bool "Save cached MRC settings"
|
|
|
|
default n
|
|
|
|
|
|
|
|
if CACHE_MRC_SETTINGS
|
|
|
|
|
|
|
|
config MRC_SETTINGS_CACHE_BASE
|
|
|
|
hex
|
2015-08-28 20:28:35 +02:00
|
|
|
default 0xfffe0000
|
2014-04-22 19:46:06 +02:00
|
|
|
|
|
|
|
config MRC_SETTINGS_CACHE_SIZE
|
|
|
|
hex
|
|
|
|
default 0x10000
|
|
|
|
|
2015-01-16 00:49:07 +01:00
|
|
|
config MRC_SETTINGS_PROTECT
|
|
|
|
bool "Enable protection on MRC settings"
|
|
|
|
default n
|
|
|
|
|
2014-04-22 19:46:06 +02:00
|
|
|
endif # CACHE_MRC_SETTINGS
|
|
|
|
|
2015-04-21 00:24:54 +02:00
|
|
|
config DISPLAY_MTRRS
|
2015-06-25 03:04:16 +02:00
|
|
|
bool "MTRRs: Display the MTRR settings"
|
2015-04-21 00:24:54 +02:00
|
|
|
default n
|
|
|
|
|
|
|
|
config DISPLAY_SMM_MEMORY_MAP
|
|
|
|
bool "SMM: Display the SMM memory map"
|
|
|
|
default n
|
|
|
|
|
2015-02-10 06:16:14 +01:00
|
|
|
config SOC_INTEL_COMMON_RESET
|
|
|
|
bool
|
|
|
|
default n
|
2015-04-21 00:24:54 +02:00
|
|
|
|
2015-09-09 01:09:28 +02:00
|
|
|
config SOC_INTEL_COMMON_ACPI_WAKE_SOURCE
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2016-06-07 22:40:11 +02:00
|
|
|
config SOC_INTEL_COMMON_LPSS_I2C
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
This driver supports the Intel Low Power Subsystem (LPSS) I2C
|
|
|
|
controllers that are based on Synopsys DesignWare IP.
|
|
|
|
|
|
|
|
config SOC_INTEL_COMMON_LPSS_I2C_CLOCK_MHZ
|
|
|
|
int
|
|
|
|
depends on SOC_INTEL_COMMON_LPSS_I2C
|
|
|
|
help
|
|
|
|
The clock speed that the I2C controller is running at, in MHz.
|
|
|
|
No default is set here as this is an SOC-specific value and must
|
|
|
|
be provided by the SOC when it selects this driver.
|
|
|
|
|
2015-09-11 22:51:38 +02:00
|
|
|
config MMA
|
2015-11-26 06:33:20 +01:00
|
|
|
bool "enable MMA (Memory Margin Analysis) support"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Set this option to y to enable MMA (Memory Margin Analysis) support
|
2015-09-11 22:51:38 +02:00
|
|
|
|
|
|
|
config MMA_BLOBS_PATH
|
2015-11-26 06:33:20 +01:00
|
|
|
string "Path to MMA blobs"
|
|
|
|
depends on MMA
|
|
|
|
default "3rdparty/blobs/mainboard/$(MAINBOARDDIR)/mma"
|
2015-09-11 22:51:38 +02:00
|
|
|
|
2016-05-14 00:27:42 +02:00
|
|
|
config ADD_VBT_DATA_FILE
|
|
|
|
bool "Add a Video Bios Table (VBT) binary to CBFS"
|
|
|
|
help
|
|
|
|
Add a VBT file data file to CBFS. The VBT describes the integrated
|
|
|
|
GPU and connections, and is needed by FSP in order to initialize the
|
|
|
|
display.
|
|
|
|
|
|
|
|
config VBT_FILE
|
|
|
|
string "VBT binary path and filename"
|
|
|
|
depends on ADD_VBT_DATA_FILE
|
|
|
|
help
|
|
|
|
The path and filename of the VBT binary.
|
|
|
|
|
2016-05-13 04:10:11 +02:00
|
|
|
config SOC_INTEL_COMMON_GFX_OPREGION
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2016-05-05 03:15:49 +02:00
|
|
|
config SOC_INTEL_COMMON_SMI
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2016-04-18 22:40:04 +02:00
|
|
|
config SOC_INTEL_COMMON_ACPI
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2016-06-28 22:41:07 +02:00
|
|
|
config SOC_INTEL_COMMON_NHLT
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2015-04-21 00:24:54 +02:00
|
|
|
endif # SOC_INTEL_COMMON
|