build: define PWM_SUPPORT arch feature flag
[openwrt/staging/dedeckeh.git] / scripts / target-metadata.pl
index c58f09657323005adda3f897417b44be7d55c603..bf6413d315f927ed07a6cd3cf19f3f554202d07c 100755 (executable)
@@ -20,6 +20,7 @@ sub target_config_features(@) {
                /^usb$/ and $ret .= "\tselect USB_SUPPORT\n";
                /^usbgadget$/ and $ret .= "\tselect USB_GADGET_SUPPORT\n";
                /^pcmcia$/ and $ret .= "\tselect PCMCIA_SUPPORT\n";
+               /^pwm$/ and $ret .= "\select PWM_SUPPORT\n";
                /^rtc$/ and $ret .= "\tselect RTC_SUPPORT\n";
                /^squashfs$/ and $ret .= "\tselect USES_SQUASHFS\n";
                /^jffs2$/ and $ret .= "\tselect USES_JFFS2\n";