diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-01-21 10:18:07 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-01-23 08:23:37 +0000 |
commit | 738e0b7af39653e2d45bc2225f7a3299e7791e74 (patch) | |
tree | 36ff8d430ce9a074a72aa244178cfc0d59445f58 | |
parent | 337f8a173321a397011465644feaa613891e8478 (diff) |
sb/amd/pi/hudson/Kconfig: Remove unused RAID_ROM_ID
Change-Id: I62d3fb4d63262925818712120664ddc8ec80c922
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72372
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
-rw-r--r-- | src/southbridge/amd/pi/hudson/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/southbridge/amd/pi/hudson/Kconfig b/src/southbridge/amd/pi/hudson/Kconfig index 026c5fb2d5..631a0ccd49 100644 --- a/src/southbridge/amd/pi/hudson/Kconfig +++ b/src/southbridge/amd/pi/hudson/Kconfig @@ -126,12 +126,6 @@ comment "IDE to AHCI7804" if HUDSON_SATA_MODE = 1 -config RAID_ROM_ID - string "RAID device PCI IDs" - default "1022,7802" - help - 1022,7802 for SATA NON-RAID5 module, 1022,7803 for SATA RAID5 mode - config RAID_ROM_FILE string "RAID ROM path and filename" default "src/southbridge/amd/pi/hudson/raid.bin" |