blob: 0f734ee0527434b09feeb2be24c5da005b4b2a16 (
plain)
1
2
3
4
5
6
7
8
9
10
|
menu "ACP Configuration"
config DRM_AMD_ACP
bool "Enable ACP IP support"
select MFD_CORE
select PM_GENERIC_DOMAINS if PM
help
Choose this option to enable ACP IP support for AMD SOCs.
endmenu
|