Move setexpr to Kconfig
[platform/kernel/u-boot.git] / tools / moveconfig.py
2015-05-26 Joe Hershbergermoveconfig: Print status about the processed defconfigs
2015-05-26 Joe Hershbergermoveconfig: Add a switch to enable printing errors
2015-05-26 Joe Hershbergermoveconfig: Print a message for missing compiler
2015-05-26 Joe Hershbergermoveconfig: Output a list of failed boards
2015-05-26 Joe Hershbergermoveconfig: Cleanup headers in arch and board
2015-05-26 Joe Hershbergermoveconfig: Add a switch to only cleanup headers
2015-05-26 Joe Hershbergermoveconfig: Add a parameter to accept a list to build
2015-05-26 Joe Hershbergermoveconfig: Ignore duplicate configs when moving
2015-05-26 Joe Hershbergermoveconfig: Always run savedefconfig on the moved config
2015-05-26 Masahiro Yamadatools: moveconfig: a tool to move CONFIGs from headers...