From 295f417a96606873dca18c346ea2940690eeac6c Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Fri, 20 Jan 2023 09:42:28 +0100 Subject: [PATCH] soc/amd/stoneyridge,sb/amd/pi/hudson: Remove unused AHCI_ROM_ID Change-Id: I0a3a3d8b3f898dc147eff54fe4ae2611139951ac Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/72143 Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/soc/amd/stoneyridge/Kconfig | 9 --------- src/southbridge/amd/pi/hudson/Kconfig | 8 -------- 2 files changed, 17 deletions(-) diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index 12d66c45a2..1c114fb099 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -231,15 +231,6 @@ comment "AHCI7804" comment "IDE to AHCI7804" depends on STONEYRIDGE_SATA_MODE = 6 -if STONEYRIDGE_SATA_MODE = 2 || STONEYRIDGE_SATA_MODE = 5 - -config AHCI_ROM_ID - string "AHCI device PCI IDs" - default "1022,7801" if STONEYRIDGE_SATA_MODE = 2 - default "1022,7804" if STONEYRIDGE_SATA_MODE = 5 - -endif # STONEYRIDGE_SATA_MODE = 2 || STONEYRIDGE_SATA_MODE = 5 - config STONEYRIDGE_LEGACY_FREE bool "System is legacy free" help diff --git a/src/southbridge/amd/pi/hudson/Kconfig b/src/southbridge/amd/pi/hudson/Kconfig index 71031e83ca..026c5fb2d5 100644 --- a/src/southbridge/amd/pi/hudson/Kconfig +++ b/src/southbridge/amd/pi/hudson/Kconfig @@ -124,14 +124,6 @@ comment "AHCI7804" comment "IDE to AHCI7804" depends on HUDSON_SATA_MODE = 6 -if HUDSON_SATA_MODE = 2 || HUDSON_SATA_MODE = 5 - -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 -endif - if HUDSON_SATA_MODE = 1 config RAID_ROM_ID