summaryrefslogtreecommitdiff
path: root/scripts/check-config-perf-exemptions
AgeCommit message (Collapse)Author
2016-03-23script: check-config-exemptions: add exemption for USB_CONFIGFSMatt Wagantall
Current MSM targets continue to use the USB_G_ANDROID composite driver rather than USB_CONFIGFS. Change-Id: Iaeab9effcea1276cbe85ebb70f5e7e2c664dccd9 Signed-off-by: Matt Wagantall <mattw@codeaurora.org>
2016-03-23scripts: Add script to verify Android configurationsDavid Brown
Android kernel trees include some config fragments of options that are required to be set or unset. This script compares a specific full .config with these fragments to determine which configs are possibly missing. An exemption file for the current msm-3.18 kernel tip is included with this commit for perf and debug defconfigs. Errors related to configs in these files are ignored. Change-Id: I66e65dbc01081921f6695ec626594ec022a3f3c0 Signed-off-by: David Brown <davidb@codeaurora.org> Signed-off-by: Ian Maund <imaund@codeaurora.org>