22 Oct
2015
22 Oct
'15
5:15 p.m.
On Thu, Oct 08, 2015 at 12:12:39PM -0400, Alex Deucher wrote:
+config DRM_AMD_ACP
bool "Enable ACP IP support"
default y
depends on MFD_CORE
help
- Choose this option to enable ACP IP support for AMD SOCs.
Why does this depend on rather than select MFD_CORE (as all other users do)? Since MFD_CORE has no help text and hence is not directly user selectable the above means the user won't be able to enable this driver unless they happen to enable something else which uses MFD which doesn't seem ideal.