Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Simon Glass's avatar
    d73fcb12
    moveconfig: Support building a simple config database · d73fcb12
    Simon Glass authored
    
    Add a -b option which scans all the defconfigs and builds a database of
    all the CONFIG options used by each. This is useful for querying later.
    
    At present this only works with the separate -b option, which does not
    move any configs. It would be possible to adjust the script to build the
    database automatically when moving configs, but this might not be useful
    as the database does not change that often.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    d73fcb12
    History
    moveconfig: Support building a simple config database
    Simon Glass authored
    
    Add a -b option which scans all the defconfigs and builds a database of
    all the CONFIG options used by each. This is useful for querying later.
    
    At present this only works with the separate -b option, which does not
    move any configs. It would be possible to adjust the script to build the
    database automatically when moving configs, but this might not be useful
    as the database does not change that often.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>