1. 29 Sep, 2010 1 commit
  2. 31 Aug, 2010 18 commits
  3. 02 Jul, 2010 1 commit
  4. 29 Jun, 2010 2 commits
  5. 28 Jun, 2010 1 commit
  6. 11 Jun, 2010 8 commits
  7. 04 Jun, 2010 1 commit
  8. 03 Jun, 2010 3 commits
  9. 27 May, 2010 1 commit
  10. 06 May, 2010 1 commit
  11. 14 Apr, 2010 3 commits
    • Li Zefan's avatar
      gconfig: add support to show hidden options that have prompts · 06f9a55c
      Li Zefan authored
      There's a button in gconfig to "Show all options", but I think
      normally we are not interested in those configs which have no
      prompt and thus can't be changed, so here I add a new button to
      show hidden options which have prompts.
      Signed-off-by: default avatarLi Zefan <lizf@cn.fujitsu.com>
      Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
      06f9a55c
    • Li Zefan's avatar
      menuconfig: add support to show hidden options which have prompts · 22c7eca6
      Li Zefan authored
      Usage:
        Press <Z> to show all config symbols which have prompts.
      
      Quote Tim Bird:
      
      | I've been bitten by this numerous times.  I most often
      | use ftrace on ARM, but when I go back to x86, I almost
      | always go through a sequence of searching for the
      | function graph tracer in the menus, then realizing it's
      | completely missing until I disable CC_OPTIMIZE_FOR_SIZE.
      |
      | Is there any way to have the menu item appear, but be
      | unsettable unless the SIZE option is disabled?  I'm
      | not a Kconfig guru...
      
      I myself found this useful too. For example, I need to test
      ftrace/tracing and want to be sure all the tracing features are
      enabled, so I  enter the "Tracers" menu, and press <Z> to
      see if there is any config hidden.
      
      I also noticed gconfig and xconfig have a button "Show all options",
      but that's a bit too much, and I think normally what we are not
      interested in those configs which have no prompt thus can't be
      changed by users.
      
      Exmaple:
      
            --- Tracers
            -*-   Kernel Function Tracer
            - -     Kernel Function Graph Tracer
            [*]   Interrupts-off Latency Tracer
            - -   Preemption-off Latency Tracer
            [*]   Sysprof Tracer
      
      Here you can see 2 tracers are not selectable, and then can find
      out how to make them selectable.
      Signed-off-by: default avatarLi Zefan <lizf@cn.fujitsu.com>
      Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
      22c7eca6
    • Li Zefan's avatar
      gconfig: remove show_debug option · 7b5d8721
      Li Zefan authored
      This option is a no-op, so remove it.
      Signed-off-by: default avatarLi Zefan <lizf@cn.fujitsu.com>
      Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
      7b5d8721