diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-11-12 16:55:58 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-18 09:13:55 +0000 |
commit | 1abbf0e91d27a1e46dc8d98034d8b2e55485cfd5 (patch) | |
tree | e30ee15b562a5a5d0fbb4b17889474f07f699a61 | |
parent | 54788655f7848cc85ca79c5d2fe5ecd36f62a068 (diff) |
sb/amd/{agesa,pi}/hudson/Kconfig: Remove unused HUDSON_FWM
Change-Id: Ib621fe01a1d1d026153124a9d46f26e31df6d818
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/29599
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
-rw-r--r-- | src/southbridge/amd/agesa/hudson/Kconfig | 5 | ||||
-rw-r--r-- | src/southbridge/amd/pi/hudson/Kconfig | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/src/southbridge/amd/agesa/hudson/Kconfig b/src/southbridge/amd/agesa/hudson/Kconfig index 65831b0bbf..8b775c79fb 100644 --- a/src/southbridge/amd/agesa/hudson/Kconfig +++ b/src/southbridge/amd/agesa/hudson/Kconfig @@ -90,11 +90,6 @@ config HUDSON_GEC_FWM_FILE default "3rdparty/blobs/southbridge/amd/yangtze/gec.bin" if SOUTHBRIDGE_AMD_AGESA_YANGTZE depends on HUDSON_GEC_FWM -config HUDSON_FWM - bool - default y if HUDSON_XHCI_FWM || HUDSON_IMC_FWM || HUDSON_GEC_FWM - default n - config HUDSON_SATA_MODE int "SATA Mode" default 0 diff --git a/src/southbridge/amd/pi/hudson/Kconfig b/src/southbridge/amd/pi/hudson/Kconfig index a30dacd9c8..d0e42d92e8 100644 --- a/src/southbridge/amd/pi/hudson/Kconfig +++ b/src/southbridge/amd/pi/hudson/Kconfig @@ -92,11 +92,6 @@ config HUDSON_GEC_FWM_FILE string "GEC firmware path and filename" depends on HUDSON_GEC_FWM -config HUDSON_FWM - bool - default y if HUDSON_XHCI_FWM || HUDSON_IMC_FWM || HUDSON_GEC_FWM || HUDSON_PSP - default n - config AMD_PUBKEY_FILE depends on HUDSON_PSP string "AMD public Key" |