blob: bc2dddc1f9f79fc7101b7829fdcec7d55a3cd540 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
## SPDX-License-Identifier: GPL-2.0-only
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)
config SOC_AMD_COMMON_BLOCK_ACP_GEN2
bool
help
Select this option to perform Audio Co-Processor(ACP) configuration.
Used by the ACP in AMD mendocino (family 17h) and possibly newer CPUs.
|