Kconfig 223 B

12345678910
  1. menu "ACP Configuration"
  2. config DRM_AMD_ACP
  3. bool "Enable ACP IP support"
  4. select MFD_CORE
  5. select PM_GENERIC_DOMAINS if PM
  6. help
  7. Choose this option to enable ACP IP support for AMD SOCs.
  8. endmenu