diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-01-20 09:54:02 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-01-21 09:13:48 +0000 |
commit | 5a5852f7abb6530d6cfc562a92e11131e8d7fbe3 (patch) | |
tree | 46e6ef88485e0be7d7a1950a51537b115ac74f43 /src/southbridge | |
parent | 48fa6dd8f9a8f78f94d508b0a105e2ddaacf99ba (diff) |
sb/amd/pi/hudson/Kconfig: Remove unused AZ_PIN
Change-Id: I1542c5662162e919752c334baa9c31cddc5036af
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72145
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/southbridge')
-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 a2f4b4bfea..71031e83ca 100644 --- a/src/southbridge/amd/pi/hudson/Kconfig +++ b/src/southbridge/amd/pi/hudson/Kconfig @@ -164,15 +164,6 @@ config HUDSON_LEGACY_FREE Select y if there is no keyboard controller in the system. This sets variables in AGESA and ACPI. -config AZ_PIN - hex - default 0xaa - help - bit 1,0 - pin 0 - bit 3,2 - pin 1 - bit 5,4 - pin 2 - bit 7,6 - pin 3 - config AMDFW_OUTSIDE_CBFS def_bool n help |