1. 05 Jan, 2005 1 commit
    • Sam Ravnborg's avatar
      kconfig: Include more info when selecting help for a symbol in menuconfig · a47cfae1
      Sam Ravnborg authored
      When selecting help on a symbol include information below help text
      displaying relevant info that kconf has stored.
      The info printed is the same info obtained when searching for a symbol
      and the same methods are resued.
      
      Sample (help for "System V IPC"):
      -----------------------------------------------------------------------
      CONFIG_SYSIPC:
      
      Inter Process Communcation ...
      
      Symbol: SYSVIPC [=y]
      Prompt: System V IPC
        Defined at init/Kconfig:82
        Depends on: MMU
        Location:
          -> General setup
      -----------------------------------------------------------------------
      
      Idea-from: Cal Peake <cp@absolutedigital.net>
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      a47cfae1
  2. 04 Jan, 2005 1 commit
    • Sam Ravnborg's avatar
      kconfig: Redo and improve search support · 4adf8a92
      Sam Ravnborg authored
      Based on patch from: Roman Zippel <zippel@linux-m68k.org>
      
      The search functionality has been improved:
      - Restructured printout with more info
      - Include value of relevant symbols
      - Improved handling of corner cases
      - Generic search support moved to backend - ready to be utilised by xconfig and gconfig
      - Search functionality moved to fronend - not hardcoded in menubox.c
      
      Sample search (^$ used to limit search):
      Search for "^USB_STORAGE$":
      
      Symbol: USB_STORAGE [=y]
      Prompt: USB Mass Storage support
        Defined at drivers/usb/storage/Kconfig:7
        Depends on: USB
        Location:
          -> Device Drivers
            -> USB Support
        Selects: SCSI
      
      
      Some symbols has loong "Depends on:" lines - for example FW_LOADER.
      Use arrows to scroll horisontally to see full value.
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      4adf8a92
  3. 03 Jan, 2005 2 commits
  4. 02 Jan, 2005 32 commits
  5. 01 Jan, 2005 4 commits