From cdede5dbaf9cb3cde9cd8b184c18e2eae4fb7745 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Fri, 20 Jan 2023 09:32:33 +0100 Subject: [PATCH] sb/amd/pi/hudson/Kconfig: Remove AHCI_ROM_FILE Remove AHCI_ROM_FILE since it's not used and there is no ahci.bin file. Change-Id: I008c6ac78957500d4ce301fe70f5b6d4a549b573 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/72142 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/southbridge/amd/pi/hudson/Kconfig | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/southbridge/amd/pi/hudson/Kconfig b/src/southbridge/amd/pi/hudson/Kconfig index 0cec5cc765..a2f4b4bfea 100644 --- a/src/southbridge/amd/pi/hudson/Kconfig +++ b/src/southbridge/amd/pi/hudson/Kconfig @@ -130,15 +130,6 @@ config AHCI_ROM_ID string "AHCI device PCI IDs" default "1022,7801" if HUDSON_SATA_MODE = 2 default "1022,7804" if HUDSON_SATA_MODE = 5 - -config HUDSON_AHCI_ROM - bool "Add a AHCI ROM" - -config AHCI_ROM_FILE - string "AHCI ROM path and filename" - depends on HUDSON_AHCI_ROM - default "src/southbridge/amd/pi/hudson/ahci.bin" - endif if HUDSON_SATA_MODE = 1