linux/scripts/kconfig
Linus Torvalds 35e9a274fd Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Pull kconfig changes from Michal Marek:
 "kconfig in v3.7 is going to
   - initialize ncurses only once in menuconfig
   - be able to jump to a search result in menuconfig
   - change the misnomer oldnoconfig to a more meaningful name
     olddefconfig, keeping the old name as alias"

* 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild:
  kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as an alias
  menuconfig: Assign jump keys per-page instead of globally
  menuconfig: Do not open code textbox scroll up/down
  menuconfig: Add jump keys to search results
  menuconfig: Extend dialog_textbox so that it can return to a scrolled position
  menuconfig: Extend dialog_textbox so that it can exit on arbitrary keypresses
  menuconfig: Remove superfluous conditionnal
  kconfig: document oldnoconfig to what it really does in conf.c
  kconfig/mconf.c: revision of curses initialization.
2012-10-12 10:28:52 +09:00
..
lxdialog Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild 2012-10-12 10:28:52 +09:00
.gitignore kconfig: remove lkc_defs.h from .gitignore and dontdiff 2012-07-13 15:08:25 +02:00
Makefile kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as an alias 2012-09-27 18:18:07 +02:00
POTFILES.in
check.sh kbuild: Fix gcc -x syntax 2012-10-03 09:03:24 +02:00
conf.c kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as an alias 2012-09-27 18:18:07 +02:00
confdata.c kconfig: allow long lines in config file 2012-07-13 22:51:30 +02:00
expr.c
expr.h menuconfig: Assign jump keys per-page instead of globally 2012-09-27 18:09:24 +02:00
gconf.c
gconf.glade
images.c
kxgettext.c
lkc.h
lkc_proto.h menuconfig: Assign jump keys per-page instead of globally 2012-09-27 18:09:24 +02:00
mconf.c menuconfig: Assign jump keys per-page instead of globally 2012-09-27 18:09:24 +02:00
menu.c menuconfig: Assign jump keys per-page instead of globally 2012-09-27 18:09:24 +02:00
merge_config.sh
nconf.c menuconfig: Add jump keys to search results 2012-09-27 18:09:24 +02:00
nconf.gui.c nconf: add u, d command keys in scroll windows 2012-07-26 12:20:46 +02:00
nconf.h
qconf.cc
qconf.h
streamline_config.pl localmodconfig: Fix localyesconfig to set to 'y' not 'm' 2012-10-01 12:35:17 -04:00
symbol.c
util.c
zconf.gperf
zconf.hash.c_shipped
zconf.l
zconf.lex.c_shipped
zconf.tab.c_shipped
zconf.y