diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2018-01-22 14:42:18 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-06-04 09:35:58 +0000 |
commit | 3664647a25f31a26993433dcb6754484f58a9a62 (patch) | |
tree | 03ae06cb94e49993c5388f1197a30f30cb2a5be0 /src/southbridge/intel/i82801gx/Kconfig | |
parent | 02c997122f5f070c2196b86799fa77c85cc22383 (diff) |
sb/intel/i82801gx: Add the option to lock the platform
This allows to lock down spi among other things
Mostly copied from bd82x6x.
Tested on Intel DG41WV with the MRC_CACHE driver write protecting the
mrc_cache region.
Change-Id: If9c3a6118f4586d51c093edec896c347ba904b8f
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/23358
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/southbridge/intel/i82801gx/Kconfig')
-rw-r--r-- | src/southbridge/intel/i82801gx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/intel/i82801gx/Kconfig b/src/southbridge/intel/i82801gx/Kconfig index 9fd19ed324..2670d23c9d 100644 --- a/src/southbridge/intel/i82801gx/Kconfig +++ b/src/southbridge/intel/i82801gx/Kconfig @@ -26,6 +26,7 @@ config SOUTHBRIDGE_INTEL_I82801GX select SOUTHBRIDGE_INTEL_COMMON_GPIO select SOUTHBRIDGE_INTEL_COMMON_SMBUS select SOUTHBRIDGE_INTEL_COMMON_SPI + select HAVE_INTEL_CHIPSET_LOCKDOWN if SOUTHBRIDGE_INTEL_I82801GX |