xref: /linux/drivers/gpu/drm/amd/acp/Kconfig (revision 266c73b77706f2d05b4a3e70a5bb702ed35431d6)
1menu "ACP Configuration"
2
3config DRM_AMD_ACP
4       bool "Enable ACP IP support"
5       select MFD_CORE
6       select PM_GENERIC_DOMAINS if PM
7       help
8	Choose this option to enable ACP IP support for AMD SOCs.
9
10endmenu
11