|
|
@@ -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";
|