summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/block/acp/Kconfig
diff options
context:
space:
mode:
authorFred Reitberger <reitbergerfred@gmail.com>2022-02-08 11:55:48 -0500
committerFelix Held <felix-coreboot@felixheld.de>2022-02-11 23:30:34 +0000
commit6f0b5b3e6bc84dcf2edcc3f6af460af934de5e7f (patch)
tree22e74154ca531202e84485088cebb157ee3e8fbe /src/soc/amd/common/block/acp/Kconfig
parentd2e278df334f85a2ec2001fe2c477ceb186a565b (diff)
downloadcoreboot-6f0b5b3e6bc84dcf2edcc3f6af460af934de5e7f.tar.gz
coreboot-6f0b5b3e6bc84dcf2edcc3f6af460af934de5e7f.tar.bz2
coreboot-6f0b5b3e6bc84dcf2edcc3f6af460af934de5e7f.zip
soc/amd/common/acp: introduce acp_gen1
Refactor existing acp code into acp_gen1 variant as preparation for gen2 variant in sabrina. Change-Id: Id9248584237196b5404b79d3a8552cb90fe4491e Signed-off-by: Fred Reitberger <reitbergerfred@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61831 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc/amd/common/block/acp/Kconfig')
-rw-r--r--src/soc/amd/common/block/acp/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/amd/common/block/acp/Kconfig b/src/soc/amd/common/block/acp/Kconfig
index ca733cd5de41..7747c9359ec2 100644
--- a/src/soc/amd/common/block/acp/Kconfig
+++ b/src/soc/amd/common/block/acp/Kconfig
@@ -1,4 +1,5 @@
-config SOC_AMD_COMMON_BLOCK_ACP
+config SOC_AMD_COMMON_BLOCK_ACP_GEN1
bool
help
Select this option to perform Audio Co-Processor(ACP) configuration.
+ Used by the ACP in AMD family 17h, 19h, and earlier (picasso, cezanne)