diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2021-12-11 14:23:44 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2021-12-12 16:04:47 +0000 |
commit | 23488a1b78a2f35da3ad0e8b9b09f40fbe992a6f (patch) | |
tree | 80184892015194dfacafe73c378ca250f69b78bb /src/soc/intel/jasperlake/Kconfig | |
parent | 5f2d11484277e60439d2d62c02a5e7d60782bea3 (diff) |
soc/intel/jasperlake: Hook up public microcode
Change-Id: I9e511de5e5b79936ed09538b3877655f78de15a9
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60052
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/soc/intel/jasperlake/Kconfig')
-rw-r--r-- | src/soc/intel/jasperlake/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/jasperlake/Kconfig b/src/soc/intel/jasperlake/Kconfig index 7a73d989f2..26aa3975ff 100644 --- a/src/soc/intel/jasperlake/Kconfig +++ b/src/soc/intel/jasperlake/Kconfig @@ -29,7 +29,6 @@ config CPU_SPECIFIC_OPTIONS select MP_SERVICES_PPI_V1 select MRC_SETTINGS_PROTECT select PARALLEL_MP_AP_WORK - select MICROCODE_BLOB_UNDISCLOSED select PLATFORM_USES_FSP2_2 select PMC_GLOBAL_RESET_ENABLE_LOCK select SOC_INTEL_COMMON |