targets: add USES_PM auto-feature
Not all targets support power management, some older or more simple targets don't have CONFIG_PM set. Allow kernel module packages to depend on USES_PM to only be available on targets which got CONFIG_PM=y in their kernel config. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -34,6 +34,7 @@ sub target_config_features(@) {
|
||||
/^pcie$/ and $ret .= "\tselect PCIE_SUPPORT\n";
|
||||
/^pcmcia$/ and $ret .= "\tselect PCMCIA_SUPPORT\n";
|
||||
/^pinctrl$/ and $ret .= "\tselect PINCTRL_SUPPORT\n";
|
||||
/^pm$/ and $ret .= "\tselect USES_PM\n";
|
||||
/^powerpc64$/ and $ret .= "\tselect powerpc64\n";
|
||||
/^pwm$/ and $ret .= "\select PWM_SUPPORT\n";
|
||||
/^ramdisk$/ and $ret .= "\tselect USES_INITRAMFS\n";
|
||||
|
||||
Reference in New Issue
Block a user