Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
2341629eadc4a40aa46103c7f1ff5f38459688d3
/
scripts
/
kconfig
fd65465b
kconfig: do not require pkg-config on make {menu,n}config
by Masahiro Yamada
· 6 years ago
bc8d2e2
kconfig: remove a spurious self-assignment
by Lukas Bulwahn
· 6 years ago
9a9ddcf
kconfig: suppress "configuration written to .config" for syncconfig
by Masahiro Yamada
· 6 years ago
98a4afb
kconfig: fix "Can't open ..." in parallel build
by Masahiro Yamada
· 6 years ago
f498926
kconfig: improve the recursive dependency report
by Masahiro Yamada
· 6 years ago
5e8c529
kconfig: report recursive dependency involving 'imply'
by Masahiro Yamada
· 6 years ago
f157559
kconfig: error out when seeing recursive dependency
by Masahiro Yamada
· 6 years ago
4bf6a9a
kconfig: add build-only configurator targets
by Randy Dunlap
· 6 years ago
01f0e5cd
Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
1880861
kconfig: remove P_ENV property type
by Masahiro Yamada
· 6 years ago
c151272
kconfig: remove unused sym_get_env_prop() function
by Masahiro Yamada
· 6 years ago
56869d4
kconfig: fix the rule of mainmenu_stmt symbol
by Masahiro Yamada
· 6 years ago
00c864f
kconfig: allow all config targets to write auto.conf if missing
by Masahiro Yamada
· 6 years ago
16952b7
kconfig: make syncconfig update .config regardless of sym_change_count
by Masahiro Yamada
· 6 years ago
79123b1
kconfig: create directories needed for syncconfig by itself
by Masahiro Yamada
· 6 years ago
adc18ac
kconfig: remove unneeded directory generation from local*config
by Masahiro Yamada
· 6 years ago
0608182
kconfig: split out useful helpers in confdata.c
by Masahiro Yamada
· 6 years ago
a2ff404
kconfig: rename file_write_dep and move it to confdata.c
by Masahiro Yamada
· 6 years ago
5accd7f
kconfig: handle format string before calling conf_message_callback()
by Masahiro Yamada
· 6 years ago
693359f
kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE
by Dirk Gouders
· 7 years ago
4ab3b80
kconfig: check for pkg-config on make {menu,n,g,x}config
by Randy Dunlap
· 7 years ago
8377bd2
kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBS
by Laura Abbott
· 6 years ago
73d1c58
kconfig: loop boundary condition fix
by Jerry James
· 7 years ago
ecd53ac
kconfig: handle P_SYMBOL in print_symbol()
by Dirk Gouders
· 7 years ago
b2d00d7
kconfig: fix line numbers for if-entries in menu tree
by Dirk Gouders
· 7 years ago
8593080
kconfig: fix localmodconfig
by Sam Ravnborg
· 7 years ago
2ae89c7
kconfig: Avoid format overflow warning from GCC 8.1
by Nathan Chancellor
· 7 years ago
bb6d83d
kbuild: Move last word of nconfig help to the previous line
by Petr Vorel
· 7 years ago
d6a0c8a
kconfig: Add testconfig into make help output
by Petr Vorel
· 7 years ago
2bece88
kconfig: test: add Kconfig macro language tests
by Masahiro Yamada
· 7 years ago
915f649
kconfig: error out if a recursive variable references itself
by Masahiro Yamada
· 7 years ago
a702a61
kconfig: add 'filename' and 'lineno' built-in variables
by Masahiro Yamada
· 7 years ago
1d6272e
kconfig: add 'info', 'warning-if', and 'error-if' built-in functions
by Masahiro Yamada
· 7 years ago
82bc8bd
kconfig: expand lefthand side of assignment statement
by Masahiro Yamada
· 7 years ago
ed2a22f
kconfig: support append assignment operator
by Masahiro Yamada
· 7 years ago
1175c02
kconfig: support simply expanded variable
by Masahiro Yamada
· 7 years ago
9ced3bd
kconfig: support user-defined function and recursively expanded variable
by Masahiro Yamada
· 7 years ago
9de0715
kconfig: begin PARAM state only when seeing a command keyword
by Masahiro Yamada
· 7 years ago
2fd5b09
kconfig: add 'shell' built-in function
by Masahiro Yamada
· 7 years ago
e298f3b
kconfig: add built-in function support
by Masahiro Yamada
· 7 years ago
137c011
kconfig: make default prompt of mainmenu less specific
by Masahiro Yamada
· 7 years ago
5b31a97
kconfig: remove sym_expand_string_value()
by Masahiro Yamada
· 7 years ago
96d8e48
kconfig: remove string expansion for mainmenu after yyparse()
by Masahiro Yamada
· 7 years ago
bb222ce
kconfig: remove string expansion in file_lookup()
by Masahiro Yamada
· 7 years ago
104daea
kconfig: reference environment variables directly and remove 'option env='
by Masahiro Yamada
· 7 years ago
694c49a
kconfig: drop localization support
by Sam Ravnborg
· 7 years ago
1c5af5c
kconfig: refactor ncurses package checks for building mconf and nconf
by Masahiro Yamada
· 7 years ago
b464ef5
kconfig: refactor GTK+ package checks for building gconf
by Masahiro Yamada
· 7 years ago
0b669a5
kconfig: refactor Qt package checks for building qconf
by Masahiro Yamada
· 7 years ago
17baab6
kconfig: extend output of 'listnewconfig'
by Don Zickus
· 7 years ago
b23d1a2
kbuild: add %.lex.c and %.tab.[ch] to 'targets' automatically
by Masahiro Yamada
· 7 years ago
9a8dfb3
kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level Makefile
by Masahiro Yamada
· 7 years ago
5988930
.gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignore
by Masahiro Yamada
· 7 years ago
147a89b
Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 7 years ago
1849268
kconfig: use yylineno option instead of manual lineno increments
by Masahiro Yamada
· 7 years ago
379a8eb
kconfig: detect recursive inclusion earlier
by Masahiro Yamada
· 7 years ago
32a94b8
kconfig: remove duplicated file name and lineno of recursive inclusion
by Masahiro Yamada
· 7 years ago
2656151
kconfig: do not include both curses.h and ncurses.h for nconfig
by Masahiro Yamada
· 7 years ago
f8f69dc
kconfig: make unmet dependency warnings readable
by Masahiro Yamada
· 7 years ago
f622f82
kconfig: warn unmet direct dependency of tristate symbols selected by y
by Masahiro Yamada
· 7 years ago
e2c75e7
kconfig: tests: test if recursive inclusion is detected
by Masahiro Yamada
· 7 years ago
29c434f
kconfig: tests: test if recursive dependencies are detected
by Masahiro Yamada
· 7 years ago
3e4888c
kconfig: tests: test randconfig for choice in choice
by Masahiro Yamada
· 7 years ago
beaaddb
kconfig: tests: test defconfig when two choices interact
by Masahiro Yamada
· 7 years ago
ee23661
kconfig: tests: check visibility of tristate choice values in y choice
by Masahiro Yamada
· 7 years ago
930c429
kconfig: tests: check unneeded "is not set" with unmet dependency
by Masahiro Yamada
· 7 years ago
b76960c
kconfig: tests: test if new symbols in choice are asked
by Masahiro Yamada
· 7 years ago
49ac3c0
kconfig: tests: test automatic submenu creation
by Masahiro Yamada
· 7 years ago
1903c51
kconfig: tests: add basic choice tests
by Masahiro Yamada
· 7 years ago
022a4bf
kconfig: tests: add framework for Kconfig unit testing
by Masahiro Yamada
· 7 years ago
2a61625
kconfig: remove redundant streamline_config.pl prerequisite
by Ulf Magnusson
· 7 years ago
911a91c
kconfig: rename silentoldconfig to syncconfig
by Masahiro Yamada
· 7 years ago
81d2bc2
kconfig: invoke oldconfig instead of silentoldconfig from local*config
by Masahiro Yamada
· 7 years ago
2aad9b8
kconfig: hide irrelevant sub-menus for oldconfig
by Masahiro Yamada
· 7 years ago
99f0b65
kconfig: remove redundant input_mode test for check_conf() loop
by Masahiro Yamada
· 7 years ago
4bb3a5b
kconfig: remove unneeded input_mode test in conf()
by Masahiro Yamada
· 7 years ago
59a80b5
kconfig: do not call check_conf() for olddefconfig
by Masahiro Yamada
· 7 years ago
f467c56
kconfig: only write '# CONFIG_FOO is not set' for visible symbols
by Ulf Magnusson
· 7 years ago
d9119b5
kconfig: Print reverse dependencies in groups
by Eugeniu Rosca
· 7 years ago
9a47cee
kconfig: clean-up reverse dependency help implementation
by Masahiro Yamada
· 7 years ago
07a422b
kbuild: restore autoksyms.h touch to the top Makefile
by Masahiro Yamada
· 7 years ago
5ae6fcc
kconfig: fix line number in recursive inclusion error message
by Masahiro Yamada
· 7 years ago
1a90ce3
kconfig: Update ncurses package names for menuconfig
by Arvind Prasanna
· 7 years ago
bf0bbdc
kconfig: Don't leak choice names during parsing
by Masahiro Yamada
· 7 years ago
f4bc1ee
kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_list
by Masahiro Yamada
· 7 years ago
cd81fc8
kconfig: add xstrdup() helper
by Masahiro Yamada
· 7 years ago
523ca58
kconfig: remove const qualifier from sym_expand_string_value()
by Masahiro Yamada
· 7 years ago
d717f24
kconfig: add xrealloc() helper
by Masahiro Yamada
· 7 years ago
9e3e10c
kconfig: send error messages to stderr
by Masahiro Yamada
· 7 years ago
f3ff6fb
kconfig: echo stdin to stdout if either is redirected
by Masahiro Yamada
· 7 years ago
d2a0464
kconfig: remove check_stdin()
by Masahiro Yamada
· 7 years ago
cd58a91
kconfig: remove 'config*' pattern from .gitignnore
by Masahiro Yamada
· 7 years ago
4f208f3
kconfig: show '?' prompt even if no help text is available
by Masahiro Yamada
· 7 years ago
cb67ab2
kconfig: do not write choice values when their dependency becomes n
by Masahiro Yamada
· 7 years ago
1b9eda2
kconfig: Warn if help text is blank
by Ulf Magnusson
· 7 years ago
562f36e
Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 7 years ago
cedd55d
kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's help
by Marc Herbert
· 7 years ago
1ccb271
kconfig: make "Selected by:" and "Implied by:" readable
by Petr Vorel
· 7 years ago
312ee68
kconfig: announce removal of oldnoconfig if used
by Masahiro Yamada
· 7 years ago
d0fd042
kconfig: fix make xconfig when gettext is missing
by Yaakov Selkowitz
· 7 years ago
Next »