index
:
linux-toradex.git
colibri
colibri_vf
master
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.12-2.0.x-imx
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
/
nconf.c
Age
Commit message (
Expand
)
Author
2025-08-20
kconfig: nconf: Ensure null termination where strncpy is used
Shankari Anand
2024-09-01
kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.h
Masahiro Yamada
2024-07-21
kbuild: move some helper headers from scripts/kconfig/ to scripts/include/
Masahiro Yamada
2024-07-16
kconfig: remove sym_get_choice_value()
Masahiro Yamada
2024-07-16
kconfig: introduce choice_set_value() helper
Masahiro Yamada
2024-07-16
kconfig: remove tristate choice support
Masahiro Yamada
2024-05-14
kconfig: m/nconf: merge two item_add_str() calls
Masahiro Yamada
2024-05-14
kconfig: m/nconf: remove dead code to display value of bool choice
Masahiro Yamada
2024-05-14
kconfig: m/nconf: remove dead code to display children of choice members
Masahiro Yamada
2024-02-19
kconfig: split list_head into a separate header
Masahiro Yamada
2023-12-10
kconfig: factor out common code shared by mconf and nconf
Masahiro Yamada
2023-12-03
scripts: clean up IA-64 code
Masahiro Yamada
2023-08-13
kconfig: nconf: Add search jump feature
Jesse Taube
2022-06-05
scripts: kconfig: nconf: make nconfig accept jk keybindings
Isak Ellmer
2021-04-16
kconfig: nconf: stop endless search loops
Mihai Moldovan
2021-04-14
kconfig: nconf: refactor in print_in_middle()
Masahiro Yamada
2021-04-14
kconfig: nconf: remove meaningless wattrset() call from show_menu()
Masahiro Yamada
2021-04-14
kconfig: nconf: change set_config_filename() to void function
Masahiro Yamada
2021-04-14
kconfig: nconf: refactor attributes setup code
Masahiro Yamada
2021-04-14
kconfig: nconf: remove unneeded default for menu prompt
Masahiro Yamada
2021-04-14
kconfig: nconf: get rid of (void) casts from wattrset() calls
Masahiro Yamada
2021-04-14
kconfig: mconf,nconf: remove unneeded '\0' termination after snprintf()
Masahiro Yamada
2021-04-14
kconfig: change sym_change_count to a boolean flag
Masahiro Yamada
2021-04-14
kconfig: nconf: fix core dump when searching in empty menu
Masahiro Yamada
2020-09-03
kconfig: remove redundant assignment prompt = prompt
Denis Efremov
2020-01-10
kconfig: fix an "implicit declaration of function" warning
Bartosz Golaszewski
2019-07-06
kconfig: Fix spelling of sym_is_changable
Marco Ammon
2019-05-11
kconfig: make parent directories for the saved .config as needed
Masahiro Yamada
2019-03-29
kconfig/[mn]conf: handle backspace (^H) key
Changbin Du
2018-12-28
kconfig: convert to SPDX License Identifier
Masahiro Yamada
2018-07-25
kconfig: allow all config targets to write auto.conf if missing
Masahiro Yamada
2018-07-25
kconfig: handle format string before calling conf_message_callback()
Masahiro Yamada
2018-05-28
kconfig: drop localization support
Sam Ravnborg
2017-06-23
kconfig: fix sparse warnings in nconfig
Randy Dunlap
2016-11-29
Scripts: kconfig: nconf: fix _GNU_SOURCE redefined warning
Cheah Kok Cheong
2015-04-09
kconfig: Do not print status messages in make -s mode
Michal Marek
2014-06-10
kbuild: trivial - remove trailing empty lines
Masahiro Yamada
2013-07-16
kconfig/[mn]conf: shorten title in search-box
Yann E. MORIN
2013-06-24
kconfig/[mn]conf: make it explicit in the search box that a regexp is possible
Yann E. MORIN
2013-06-18
mconf/nconf: mark empty menus/menuconfigs different from non-empty ones
Dirk Gouders
2013-06-18
nconf: use function calls instead of ncurses' variables LINES and COLS
Dirk Gouders
2013-02-09
kconfig: nconf: rewrite labels of function keys line
Roland Eggner
2013-02-09
kconfig: nconf: rewrite help texts
Roland Eggner
2012-11-20
kconfig: get CONFIG_ prefix from the environment
Yann E. MORIN
2012-11-20
kconfig: remove CONFIG_ from string constants
Yann E. MORIN
2012-09-27
menuconfig: Add jump keys to search results
Benjamin Poirier
2012-07-26
nconf: add u, d command keys in scroll windows
Benjamin Poirier
2012-07-04
kconfig/nconf: fix compile with ncurses reentrant API
Yaakov Selkowitz
2012-05-17
MCA: delete all remaining traces of microchannel bus support.
Paul Gortmaker
2011-09-09
scripts/kconfig/nconf: dynamically alloc dialog_input_result
Cheng Renquan
[next]