1. 18 Jul, 2009 4 commits
    • Cheng Renquan's avatar
      kconfig: make use of menu_get_ext_help in menuconfig · 14d636af
      Cheng Renquan authored
      The removed functions are moved into menu.c for sharing with
      gconfig & xconfig & config.
      Signed-off-by: default avatarCheng Renquan <crquan@gmail.com>
      Cc: Roman Zippel <zippel@linux-m68k.org>
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      14d636af
    • Cheng Renquan's avatar
      kconfig: add menu_get_ext_help function to display more information · f74dd8a6
      Cheng Renquan authored
      The three functions are moved from mconf.c, then they can be shared in
      all menuconfig & gconfig & xconfig & config.
      
        +void menu_get_ext_help(struct menu *menu, struct gstr *help)
        +static void get_prompt_str(struct gstr *r, struct property *prop)
        +void get_symbol_str(struct gstr *r, struct symbol *sym)
      Signed-off-by: default avatarCheng Renquan <crquan@gmail.com>
      Cc: Roman Zippel <zippel@linux-m68k.org>
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      f74dd8a6
    • Cheng Renquan's avatar
      kconfig: add symbol value to help find the real depend · a6666f56
      Cheng Renquan authored
      Sometimes when configuring need to disable some unused item, but the item is
      selected by many other items, it's hard to find the real dependency which
      selected it, This patch add every symbol's value accompanied to make it
      possible to find the real dependency easily.
      
      An example is CONFIG_RFKILL,
      
        ---------------------- RF switch subsystem support ----------------------
        | CONFIG_RFKILL:                                                        |
        |                                                                       |
        | Say Y here if you want to have control over RF switches               |
        | found on many WiFi and Bluetooth cards.                               |
        |                                                                       |
        | To compile this driver as a module, choose M here: the                |
        | module will be called rfkill.                                         |
        |                                                                       |
        | Symbol: RFKILL [=m]                                                   |
        | Prompt: RF switch subsystem support                                   |
        |   Defined at net/rfkill/Kconfig:4                                     |
        |   Depends on: NET [=y]                                                |
        |   Location:                                                           |
        |     -> Networking support (NET [=y])                                  |
        |   Selected by: IWLCORE [=n] && NETDEVICES [=y] && !S390 [=S390] && PC |
        |                                                                       |
        ----------------------------------------------------------------( 99%)---
      Signed-off-by: default avatarCheng Renquan <crquan@gmail.com>
      Cc: Roman Zippel <zippel@linux-m68k.org>
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      a6666f56
    • Dick Streefland's avatar
      kconfig: simplification of scripts/extract-ikconfig · 692d21e0
      Dick Streefland authored
      Rewrite of the extract-ikconfig script to extract the kernel
      configuration from a kernel compiled with CONFIG_IKCONFIG. The main
      motivation for the rewrite was to remove the dependency on the
      external C program binoffset.c, which is compiled on the initial run.
      
      The binoffset executable is invoked with a relative path, which means
      that the old script can only be run from the top of the kernel tree,
      and only when you have write permission in the scripts directory.
      The new script uses tr/grep/tail/zcat only, and can be invoked from
      anywhere. The binoffset.c program has been removed.
      
      This script requires GNU grep 2.5 (released 2002-03-13) or higher,
      because the -o option was introduced in that version.
      Signed-off-by: default avatarDick Streefland <dick@streefland.net>
      Tested-by: default avatarWANG Cong <xiyou.wangcong@gmail.com>
      Cc: Randy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      692d21e0
  2. 17 Jul, 2009 1 commit
  3. 16 Jul, 2009 11 commits
  4. 15 Jul, 2009 15 commits
  5. 14 Jul, 2009 9 commits