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