Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

moveconfig.py

Blame
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    • Simon Glass's avatar
      cb008830
      moveconfig: Allow automatic location and adding of 'imply' · cb008830
      Simon Glass authored
      
      By using a Kconfig parser we can find the location of each option in the
      Kconfig tree. Using the information from the database we can then
      automatically add an 'imply' option into the right place if requested by
      the user.
      
      Add a -a option to support adding 'imply' options. Display the location of
      any existing 'imply' option so that progress can be examined. Add a -A
      option to hide any existing 'imply' options so that already-completed
      additions need not be considered further.
      
      Also add documentation for this feature.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      cb008830
      History
      moveconfig: Allow automatic location and adding of 'imply'
      Simon Glass authored
      
      By using a Kconfig parser we can find the location of each option in the
      Kconfig tree. Using the information from the database we can then
      automatically add an 'imply' option into the right place if requested by
      the user.
      
      Add a -a option to support adding 'imply' options. Display the location of
      any existing 'imply' option so that progress can be examined. Add a -A
      option to hide any existing 'imply' options so that already-completed
      additions need not be considered further.
      
      Also add documentation for this feature.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>