diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2017-08-20 20:50:17 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2017-09-22 18:04:36 +0000 |
commit | c88e370f851e686b5998fb3a0c44d7ace6dae7c3 (patch) | |
tree | 39295a1c6dc5ec02da5f7e886acf3f7938136eef /src/southbridge/intel/i82801gx/Kconfig | |
parent | 524d49735518a55e332d62f908891329eb5c721b (diff) |
sb/intel/common/spi.c: Port to i82801gx
Offsets are a little different.
Change-Id: I39199f3279a8b76e290b6693adc50dc2ac0ccf23
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/21113
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
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 68c236299e..fd7579ac31 100644 --- a/src/southbridge/intel/i82801gx/Kconfig +++ b/src/southbridge/intel/i82801gx/Kconfig @@ -23,6 +23,7 @@ config SOUTHBRIDGE_INTEL_I82801GX select USE_WATCHDOG_ON_BOOT select HAVE_SMI_HANDLER select COMMON_FADT + select SPI_FLASH select SOUTHBRIDGE_INTEL_COMMON_GPIO select SOUTHBRIDGE_INTEL_COMMON_SMBUS |