From bb6c2162d17bf6acf0ba874c12f5dc7cf3cdde05 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 29 Apr 2014 07:15:26 +0300 Subject: AGESA SPI: Fix Kconfig options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Option AMD_SB_SPI_LEN leaked to non-AMD configs. Option SPI_FLASH is compulsory with HAVE_ACPI_RESUME. Change-Id: Ib84c4d9e4fdf670b32b0cae7280fcbb6d3aecaf5 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/5606 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Edward O'Callaghan Reviewed-by: Idwer Vollering --- src/southbridge/amd/agesa/hudson/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/southbridge/amd/agesa/hudson/Kconfig') diff --git a/src/southbridge/amd/agesa/hudson/Kconfig b/src/southbridge/amd/agesa/hudson/Kconfig index dd5120dbf7..9e21b849fe 100644 --- a/src/southbridge/amd/agesa/hudson/Kconfig +++ b/src/southbridge/amd/agesa/hudson/Kconfig @@ -243,6 +243,7 @@ if SOUTHBRIDGE_AMD_AGESA_YANGTZE config AMD_SB_SPI_TX_LEN int default 64 + depends on SPI_FLASH config AZ_PIN hex -- cgit v1.2.3