index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
Age
Commit message (
Expand
)
Author
2018-09-03
kconfig: do not require pkg-config on make {menu,n}config
Masahiro Yamada
2018-09-01
kconfig: remove a spurious self-assignment
Lukas Bulwahn
2018-08-22
kconfig: suppress "configuration written to .config" for syncconfig
Masahiro Yamada
2018-08-22
kconfig: fix "Can't open ..." in parallel build
Masahiro Yamada
2018-08-22
kconfig: improve the recursive dependency report
Masahiro Yamada
2018-08-22
kconfig: report recursive dependency involving 'imply'
Masahiro Yamada
2018-08-22
kconfig: error out when seeing recursive dependency
Masahiro Yamada
2018-08-22
kconfig: add build-only configurator targets
Randy Dunlap
2018-08-15
Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2018-08-14
kconfig: remove P_ENV property type
Masahiro Yamada
2018-08-14
kconfig: remove unused sym_get_env_prop() function
Masahiro Yamada
2018-08-13
kconfig: fix the rule of mainmenu_stmt symbol
Masahiro Yamada
2018-07-25
kconfig: allow all config targets to write auto.conf if missing
Masahiro Yamada
2018-07-25
kconfig: make syncconfig update .config regardless of sym_change_count
Masahiro Yamada
2018-07-25
kconfig: create directories needed for syncconfig by itself
Masahiro Yamada
2018-07-25
kconfig: remove unneeded directory generation from local*config
Masahiro Yamada
2018-07-25
kconfig: split out useful helpers in confdata.c
Masahiro Yamada
2018-07-25
kconfig: rename file_write_dep and move it to confdata.c
Masahiro Yamada
2018-07-25
kconfig: handle format string before calling conf_message_callback()
Masahiro Yamada
2018-07-18
kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE
Dirk Gouders
2018-07-18
kconfig: check for pkg-config on make {menu,n,g,x}config
Randy Dunlap
2018-07-18
kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBS
Laura Abbott
2018-06-28
kconfig: loop boundary condition fix
Jerry James
2018-06-28
kconfig: handle P_SYMBOL in print_symbol()
Dirk Gouders
2018-06-25
kconfig: fix line numbers for if-entries in menu tree
Dirk Gouders
2018-06-11
kconfig: fix localmodconfig
Sam Ravnborg
2018-06-05
kconfig: Avoid format overflow warning from GCC 8.1
Nathan Chancellor
2018-06-05
kbuild: Move last word of nconfig help to the previous line
Petr Vorel
2018-06-05
kconfig: Add testconfig into make help output
Petr Vorel
2018-05-29
kconfig: test: add Kconfig macro language tests
Masahiro Yamada
2018-05-29
kconfig: error out if a recursive variable references itself
Masahiro Yamada
2018-05-29
kconfig: add 'filename' and 'lineno' built-in variables
Masahiro Yamada
2018-05-29
kconfig: add 'info', 'warning-if', and 'error-if' built-in functions
Masahiro Yamada
2018-05-29
kconfig: expand lefthand side of assignment statement
Masahiro Yamada
2018-05-29
kconfig: support append assignment operator
Masahiro Yamada
2018-05-29
kconfig: support simply expanded variable
Masahiro Yamada
2018-05-29
kconfig: support user-defined function and recursively expanded variable
Masahiro Yamada
2018-05-29
kconfig: begin PARAM state only when seeing a command keyword
Masahiro Yamada
2018-05-29
kconfig: add 'shell' built-in function
Masahiro Yamada
2018-05-29
kconfig: add built-in function support
Masahiro Yamada
2018-05-29
kconfig: make default prompt of mainmenu less specific
Masahiro Yamada
2018-05-29
kconfig: remove sym_expand_string_value()
Masahiro Yamada
2018-05-29
kconfig: remove string expansion for mainmenu after yyparse()
Masahiro Yamada
2018-05-29
kconfig: remove string expansion in file_lookup()
Masahiro Yamada
2018-05-29
kconfig: reference environment variables directly and remove 'option env='
Masahiro Yamada
2018-05-28
kconfig: drop localization support
Sam Ravnborg
2018-05-28
kconfig: refactor ncurses package checks for building mconf and nconf
Masahiro Yamada
2018-05-28
kconfig: refactor GTK+ package checks for building gconf
Masahiro Yamada
2018-05-28
kconfig: refactor Qt package checks for building qconf
Masahiro Yamada
2018-04-13
kconfig: extend output of 'listnewconfig'
Don Zickus
[next]