summaryrefslogtreecommitdiff
path: root/scripts/check-config-debug-exemptions (follow)
Commit message (Collapse)AuthorAge
* script: check-config-exemptions: add exemption for USB_CONFIGFSMatt Wagantall2016-03-23
| | | | | | | | 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>
* scripts: Add script to verify Android configurationsDavid Brown2016-03-23
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>