diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-01-20 09:32:33 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-01-21 09:12:06 +0000 |
commit | cdede5dbaf9cb3cde9cd8b184c18e2eae4fb7745 (patch) | |
tree | 8f128d7ab3cc66b9b87c7384699e98be8c532e98 /src/southbridge/amd | |
parent | 09b8babefe93c77f4ffc7cb564061ed7322fc7f1 (diff) |
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 <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72142
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/southbridge/amd')
-rw-r--r-- | src/southbridge/amd/pi/hudson/Kconfig | 9 |
1 files changed, 0 insertions, 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 |