mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 17:21:55 +07:00
a6b91770de
By default, not only this driver is enabled on all platforms, but also generic PM Domains and Multi-Function Devices. Drop the "default y" to fix this. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
11 lines
223 B
Plaintext
11 lines
223 B
Plaintext
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
|