| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-01 | kconfig/nconf: Initialize the default locale at startup | Jakub Horký | 1 | -0/+3 |
| 2025-11-01 | kconfig/mconf: Initialize the default locale at startup | Jakub Horký | 1 | -0/+3 |
| 2025-10-07 | kconfig: Avoid prompting for transitional symbols | Kees Cook | 6 | -1/+61 |
| 2025-10-01 | Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb... | Linus Torvalds | 2 | -5/+16 |
| 2025-09-24 | kconfig: Add transitional symbol attribute for migration support | Kees Cook | 11 | -1/+274 |
| 2025-09-24 | kconfig: Fix BrokenPipeError warnings in selftests | Kees Cook | 1 | -1/+16 |
| 2025-08-18 | kconfig: qconf/xconfig: show the OptionsMode radio button setting at startup | Randy Dunlap | 1 | -0/+13 |
| 2025-08-18 | kconfig: nconf: Format and print 'line' without a temporary copy | Thorsten Blum | 1 | -5/+3 |
| 2025-08-06 | kconfig: lxdialog: replace strcpy() with strncpy() in inputbox.c | Suchit Karunakaran | 1 | -2/+4 |
| 2025-08-06 | kconfig: lxdialog: replace strcpy with snprintf in print_autowrap | Suchit Karunakaran | 1 | -2/+1 |
| 2025-07-26 | kconfig: gconf: refactor text_insert_help() | Masahiro Yamada | 1 | -25/+8 |
| 2025-07-26 | kconfig: gconf: remove unneeded variable in text_insert_msg | Masahiro Yamada | 1 | -2/+1 |
| 2025-07-26 | kconfig: gconf: use hyphens in signals | Masahiro Yamada | 1 | -7/+7 |
| 2025-07-26 | kconfig: gconf: replace GtkImageMenuItem with GtkMenuItem | Masahiro Yamada | 1 | -7/+7 |
| 2025-07-26 | kconfig: gconf: Fix Back button behavior | Masahiro Yamada | 1 | -5/+1 |
| 2025-07-26 | kconfig: gconf: fix single view to display dependent symbols correctly | Masahiro Yamada | 1 | -15/+1 |
| 2025-07-26 | kconfig: qconf: confine {begin,end}Group to constructor and destructor | Masahiro Yamada | 2 | -2/+7 |
| 2025-07-26 | kconfig: qconf: fix ConfigList::updateListAllforAll() | Masahiro Yamada | 1 | -1/+1 |
| 2025-07-26 | kconfig: add a function to dump all menu entries in a tree-like format | Masahiro Yamada | 2 | -0/+75 |
| 2025-07-26 | kconfig: gconf: show GTK version in About dialog | Masahiro Yamada | 1 | -1/+5 |
| 2025-07-26 | kconfig: gconf: replace GtkHPaned and GtkVPaned with GtkPaned | Masahiro Yamada | 1 | -2/+3 |
| 2025-07-26 | kconfig: gconf: replace GdkColor with GdkRGBA | Masahiro Yamada | 1 | -11/+11 |
| 2025-07-26 | kconfig: gconf: replace GtkVbox with GtkBox | Masahiro Yamada | 1 | -1/+2 |
| 2025-07-26 | kconfig: gconf: migrate to GTK 3 | Masahiro Yamada | 3 | -146/+135 |
| 2025-07-26 | kconfig: gconf: rename gconf.glade to gconf.ui | Masahiro Yamada | 2 | -3/+3 |
| 2025-07-26 | kconfig: gconf: rename display_tree_part() | Masahiro Yamada | 1 | -7/+7 |
| 2025-07-26 | kconfig: gconf: use configure-event handler to adjust pane separator | Masahiro Yamada | 1 | -18/+7 |
| 2025-07-26 | kconfig: gconf: fix behavior of a menu under a symbol in split view | Masahiro Yamada | 1 | -3/+2 |
| 2025-07-26 | kconfig: nconf: Ensure null termination where strncpy is used | Shankari Anand | 2 | -0/+3 |
| 2025-07-02 | kconfig: gconf: remove GtkHandleBox from glade | Masahiro Yamada | 1 | -9/+0 |
| 2025-07-02 | kconfig: gconf: use gtk_dialog_get_content_area() accessor | Masahiro Yamada | 1 | -2/+3 |
| 2025-07-02 | kconfig: gconf: use gtk_check_menu_item_get_active() accessor | Masahiro Yamada | 1 | -3/+3 |
| 2025-07-02 | kconfig: gconf: remove unnecessary default message in text view | Masahiro Yamada | 1 | -1/+0 |
| 2025-07-02 | kconfig: gconf: replace "tooltip" property with "tooltip-text" | Masahiro Yamada | 1 | -17/+17 |
| 2025-07-02 | kconfig: gconf: remove "tooltips" property from glade | Masahiro Yamada | 1 | -1/+0 |
| 2025-07-02 | kconfig: gconf: replace GTK_STOCK_{OK,NO,CANCEL} | Masahiro Yamada | 1 | -3/+3 |
| 2025-07-02 | kconfig: gconf: replace GDK_space with GDK_KEY_space | Masahiro Yamada | 1 | -1/+1 |
| 2025-07-02 | kconfig: gconf: remove dead code in display_tree_part() | Masahiro Yamada | 1 | -4/+1 |
| 2025-07-02 | kconfig: gconf: inline display_list() into set_view_mode() | Masahiro Yamada | 1 | -11/+3 |
| 2025-07-02 | kconfig: gconf: do not reconstruct tree store when a symbol is changed | Masahiro Yamada | 1 | -18/+11 |
| 2025-07-02 | kconfig: gconf: inline fill_row() into set_node() | Masahiro Yamada | 1 | -166/+106 |
| 2025-07-02 | kconfig: gconf: remove init_tree_model() | Masahiro Yamada | 1 | -20/+16 |
| 2025-07-02 | kconfig: gconf: remove global 'model1' and 'model2' variables | Masahiro Yamada | 1 | -5/+2 |
| 2025-07-02 | kconfig: gconf: use GtkTreeModelFilter to control row visibility | Masahiro Yamada | 1 | -137/+80 |
| 2025-07-02 | kconfig: gconf: preserve menu selection when switching view mode | Masahiro Yamada | 1 | -8/+79 |
| 2025-07-02 | kconfig: gconf: merge 'current' and 'browsed' global variables | Masahiro Yamada | 1 | -19/+13 |
| 2025-07-02 | kconfig: gconf: remove global 'tree' variable | Masahiro Yamada | 1 | -21/+21 |
| 2025-07-02 | kconfig: gconf: make introduction, about, license dialogs modal | Masahiro Yamada | 1 | -12/+6 |
| 2025-07-02 | kconfig: gconf: refactor replace_button_icon() | Masahiro Yamada | 1 | -15/+5 |
| 2025-07-02 | kconfig: gconf: use GdkPixbuf in replace_button_icon() | Masahiro Yamada | 1 | -7/+6 |
| 2025-07-02 | kconfig: gconf: use GtkFileChooser in on_save_as1_activate() | Masahiro Yamada | 1 | -27/+25 |
| 2025-07-02 | kconfig: gconf: use GtkFileChooser in on_load1_activate() | Masahiro Yamada | 1 | -27/+27 |
| 2025-07-02 | kconfig: gconf: add on_save_clicked() event handler | Masahiro Yamada | 1 | -1/+6 |
| 2025-07-02 | kconfig: gconf: avoid hardcoding model* in on_treeview*_button_press_event() | Masahiro Yamada | 1 | -4/+6 |
| 2025-07-02 | kconfig: gconf: avoid hardcoding model2 in renderer_edited() | Masahiro Yamada | 1 | -4/+6 |
| 2025-07-02 | kconfig: gconf: avoid hardcoding model2 in on_treeview2_cursor_changed() | Masahiro Yamada | 1 | -2/+3 |
| 2025-07-02 | kconfig: gconf: make key_press_event work in left pane too | Masahiro Yamada | 1 | -4/+3 |
| 2025-07-02 | kconfig: gconf: remove glade_xml_signal_autoconnect() call | Masahiro Yamada | 1 | -1/+0 |
| 2025-07-02 | kconfig: gconf: add static qualifiers to event handlers | Masahiro Yamada | 2 | -83/+125 |
| 2025-07-02 | kconfig: gconf: move button1 and save1 initialization code | Masahiro Yamada | 1 | -4/+8 |
| 2025-07-02 | kconfig: gconf: move the main window event handlers below | Masahiro Yamada | 1 | -85/+78 |
| 2025-07-02 | kconfig: gconf: grey out button for current view | Masahiro Yamada | 1 | -2/+13 |
| 2025-07-02 | kconfig: gconf: refactor view setting code | Masahiro Yamada | 1 | -36/+38 |
| 2025-07-01 | kconfig: gconf: move init_*() functions below | Masahiro Yamada | 1 | -228/+222 |
| 2025-07-01 | kconfig: gconf: add static qualifiers to variables | Masahiro Yamada | 1 | -14/+14 |
| 2025-07-01 | kconfig: gconf: remove unused 'color' variable | Masahiro Yamada | 1 | -1/+0 |
| 2025-07-01 | kconfig: gconf: remove unneeded variables in on_treeview*_button_press_event() | Masahiro Yamada | 1 | -11/+3 |
| 2025-07-01 | kconfig: gconf: remove unneeded variable in on_split_clicked() | Masahiro Yamada | 1 | -2/+2 |
| 2025-07-01 | kconfig: gconf: remove unnecessary NULL checks for tree1 and tree2 | Masahiro Yamada | 1 | -8/+4 |
| 2025-07-01 | kconfig: gconf: remove parents[] array and indent variable | Masahiro Yamada | 1 | -35/+14 |
| 2025-07-01 | kconfig: gconf: remove internal-child="image" nodes from glade | Masahiro Yamada | 1 | -84/+0 |
| 2025-07-01 | kconfig: gconf: remove unnecessary gtk_set_locale() call | Masahiro Yamada | 1 | -1/+0 |
| 2025-07-01 | kconfig: gconf: remove gtk_tree_view_set_rules_hint() calls | Masahiro Yamada | 1 | -2/+0 |
| 2025-07-01 | kconfig: gconf: remove gtk_widget_realize() calls | Masahiro Yamada | 1 | -2/+0 |
| 2025-07-01 | kconfig: gconf: remove gtk_tree_view_column_set_visible() calls | Masahiro Yamada | 1 | -11/+0 |
| 2025-07-01 | kconfig: gconf: remove unneeded gtk_tree_view_set_headers_visible() calls | Masahiro Yamada | 1 | -2/+0 |
| 2025-07-01 | kconfig: gconf: remove meaningless code in init_main_window() | Masahiro Yamada | 1 | -1/+0 |
| 2025-07-01 | kconfig: gconf: remove empty if-block | Masahiro Yamada | 1 | -2/+0 |
| 2025-07-01 | kconfig: gconf: remove old #ifdef GTK_CHECK_VERSION | Masahiro Yamada | 1 | -4/+0 |
| 2025-07-01 | kconfig: gconf: always destroy dialog in on_window1_delete_event() | Masahiro Yamada | 1 | -5/+8 |
| 2025-06-30 | kconfig: gconf: fix potential memory leak in renderer_edited() | Masahiro Yamada | 1 | -1/+2 |
| 2025-06-30 | kconfig: gconf: make columns resizable | Masahiro Yamada | 1 | -6/+3 |
| 2025-06-30 | kconfig: re-add menu_get_parent_menu() that returns parent menu | Masahiro Yamada | 2 | -0/+15 |
| 2025-06-30 | kconfig: rename menu_get_parent_menu() to menu_get_menu_or_parent_menu() | Masahiro Yamada | 4 | -6/+12 |
| 2025-06-30 | kconfig: qconf: show selected choice in the Value column | Masahiro Yamada | 1 | -1/+8 |
| 2025-06-30 | kconfig: qconf: do not show checkbox icon for choice | Masahiro Yamada | 1 | -5/+6 |
| 2025-06-28 | kconfig: set MENU_CHANGED to choice when the selected member is changed | Masahiro Yamada | 1 | -0/+4 |
| 2025-06-24 | kconfig: lxdialog: fix 'space' to (de)select options | Yann E. MORIN | 1 | -1/+1 |
| 2025-06-18 | kconfig: use memcmp instead of deprecated bcmp | Thomas Meyer | 1 | -1/+1 |
| 2025-06-06 | kconfig: introduce menu type enum | Masahiro Yamada | 4 | -9/+21 |
| 2025-04-06 | kconfig: merge_config: use an empty file as initfile | Daniel Gomez | 1 | -2/+2 |
| 2025-03-15 | kconfig: remove unnecessary cast in sym_get_string() | Masahiro Yamada | 1 | -1/+1 |
| 2025-03-15 | kconfig: do not clear SYMBOL_VALID when reading include/config/auto.conf | Masahiro Yamada | 1 | -7/+12 |
| 2025-01-30 | kconfig: fix memory leak in sym_warn_unmet_dep() | Masahiro Yamada | 1 | -0/+1 |
| 2025-01-30 | kconfig: fix file name in warnings when loading KCONFIG_DEFCONFIG_LIST | Masahiro Yamada | 1 | -2/+4 |
| 2025-01-10 | kconfig: qconf: use preferred form of QString API | Rolf Eike Beer | 1 | -4/+4 |
| 2025-01-10 | kbuild: suppress stdout from merge_config for silent builds | Masahiro Yamada | 1 | -1/+3 |
| 2024-11-06 | kconfig: document the positional argument in the help message | Masahiro Yamada | 1 | -1/+4 |
| 2024-11-06 | kconfig: qconf: remove unnecessary mode check in ConfigItem::updateMenu() | Masahiro Yamada | 1 | -1/+1 |
| 2024-11-06 | kconfig: qconf: refactor ConfigInfoView::clicked() | Masahiro Yamada | 1 | -37/+6 |
| 2024-11-06 | kconfig: add sym_get_prompt_menu() helper function | Masahiro Yamada | 2 | -7/+20 |
| 2024-11-06 | kconfig: qconf: remove non-functional href="m..." tag | Masahiro Yamada | 1 | -2/+2 |
| 2024-11-06 | kconfig: qconf: remove redundant check in goBack() | Masahiro Yamada | 1 | -3/+0 |
| 2024-11-06 | kconfig: qconf: avoid unnecessary parentSelected() when ESC is pressed | Masahiro Yamada | 1 | -1/+1 |
| 2024-11-06 | kconfig: qconf: remove ConfigItem::visible member | Masahiro Yamada | 2 | -25/+18 |
| 2024-11-06 | kconfig: qconf: do not show goParent button in split view | Masahiro Yamada | 1 | -2/+1 |
| 2024-11-06 | kconfig: qconf: convert the last old connection syntax to Qt5 style | Masahiro Yamada | 1 | -1/+3 |
| 2024-11-06 | kconfig: qconf: remove unnecessary lastWindowClosed() signal connection | Masahiro Yamada | 1 | -1/+0 |
| 2024-11-06 | kconfig: qconf: remove unnecessary setRootIsDecorated() call | Masahiro Yamada | 1 | -1/+0 |
| 2024-11-06 | kconfig: qconf: remove redundant type check for choice members | Masahiro Yamada | 1 | -1/+1 |
| 2024-11-06 | kconfig: qconf: remove mouse{Press,Move}Event() functions | Masahiro Yamada | 2 | -16/+0 |
| 2024-11-06 | kconfig: qconf: simplify character replacement | Rolf Eike Beer | 1 | -21/+12 |
| 2024-11-06 | kconfig: qconf: use default platform shortcuts | Rolf Eike Beer | 1 | -5/+7 |
| 2024-11-06 | kconfig: qconf: use QString to store path to configuration file | Rolf Eike Beer | 2 | -19/+7 |
| 2024-11-06 | kconfig: nconf: Fix typo in function comment | Thorsten Blum | 1 | -1/+1 |
| 2024-11-06 | streamline_config.pl: remove prompt warnings for configs with defaults | David Hunter | 1 | -2/+12 |
| 2024-11-06 | streamline_config.pl: ensure all defaults are tracked | David Hunter | 1 | -1/+1 |
| 2024-11-04 | streamline_config.pl: fix missing variable operator in debug print | David Hunter | 1 | -1/+1 |
| 2024-11-04 | kconfig: nconf: Use TAB to cycle thru dialog buttons | Thorsten Blum | 1 | -0/+9 |
| 2024-11-04 | kconfig: qconf: set parent in the widget constructor | Masahiro Yamada | 1 | -8/+4 |
| 2024-11-04 | kconfig: qconf: reorder code in ConfigMainWindow() constructor | Masahiro Yamada | 1 | -12/+11 |
| 2024-11-04 | kconfig: qconf: set QSplitter orientation in the constructor | Masahiro Yamada | 1 | -6/+3 |
| 2024-11-04 | kconfig: remove zconfprint() | Masahiro Yamada | 1 | -17/+5 |
| 2024-11-04 | kconfig: remove support for "bool" prompt for choice entries | Masahiro Yamada | 1 | -6/+0 |
| 2024-10-31 | kconfig: show sub-menu entries even if the prompt is hidden | Masahiro Yamada | 1 | -1/+12 |
| 2024-10-02 | kconfig: qconf: fix buffer overflow in debug links | Masahiro Yamada | 1 | -1/+1 |
| 2024-10-01 | kconfig: qconf: move conf_read() before drawing tree pain | Masahiro Yamada | 1 | -2/+2 |
| 2024-10-01 | kconfig: clear expr::val_is_valid when allocated | Masahiro Yamada | 1 | -0/+1 |
| 2024-09-30 | kconfig: fix infinite loop in sym_calc_choice() | Masahiro Yamada | 1 | -2/+8 |
| 2024-09-20 | kconfig: cache expression values | Masahiro Yamada | 5 | -4/+39 |
| 2024-09-20 | kconfig: use hash table to reuse expressions | Masahiro Yamada | 4 | -277/+157 |
| 2024-09-20 | kconfig: refactor expr_eliminate_dups() | Masahiro Yamada | 1 | -11/+3 |
| 2024-09-20 | kconfig: add comments to expression transformations | Masahiro Yamada | 1 | -6/+37 |
| 2024-09-20 | kconfig: change some expr_*() functions to bool | Masahiro Yamada | 2 | -10/+11 |
| 2024-09-20 | scripts: move hash function from scripts/kconfig/ to scripts/include/ | Masahiro Yamada | 3 | -14/+5 |
| 2024-09-01 | kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.h | Masahiro Yamada | 13 | -54/+12 |
| 2024-09-01 | kconfig: remove P_SYMBOL property | Masahiro Yamada | 4 | -8/+0 |
| 2024-09-01 | kconfig: stop adding P_SYMBOL property to symbols | Masahiro Yamada | 1 | -3/+1 |
| 2024-09-01 | kconfig: remove dummy assignments to cur_{filename,lineno} | Masahiro Yamada | 1 | -8/+0 |
| 2024-08-06 | scripts: kconfig: merge_config: config files: add a trailing newline | Anders Roxell | 1 | -0/+2 |
| 2024-07-21 | kbuild: move some helper headers from scripts/kconfig/ to scripts/include/ | Masahiro Yamada | 13 | -395/+11 |
| 2024-07-20 | kconfig: recursive checks drop file/lineno | HONG Yifan | 2 | -48/+30 |
| 2024-07-20 | kconfig: remove 'e1' and 'e2' macros from expression deduplication | Masahiro Yamada | 1 | -52/+42 |
| 2024-07-16 | kconfig: remove SYMBOL_CHOICEVAL flag | Masahiro Yamada | 5 | -11/+8 |
| 2024-07-16 | kconfig: add const qualifiers to several function arguments | Masahiro Yamada | 8 | -36/+40 |
| 2024-07-16 | kconfig: call expr_eliminate_yn() at least once in expr_eliminate_dups() | Masahiro Yamada | 1 | -5/+2 |
| 2024-07-16 | kconfig: refactor error messages in sym_check_print_recursive() | Masahiro Yamada | 1 | -9/+9 |
| 2024-07-16 | kconfig: improve error message for recursive dependency in choice | Masahiro Yamada | 1 | -6/+1 |
| 2024-07-16 | kconfig: improve error message for dependency between choice members | Masahiro Yamada | 1 | -1/+1 |
| 2024-07-16 | kconfig: fix conditional prompt behavior for choice | Masahiro Yamada | 2 | -36/+4 |
| 2024-07-16 | kconfig: remove E_LIST expression type | Masahiro Yamada | 3 | -18/+2 |
| 2024-07-16 | kconfig: remove P_CHOICE property | Masahiro Yamada | 6 | -37/+3 |
| 2024-07-16 | kconfig: use sym_get_choice_menu() in sym_check_deps() | Masahiro Yamada | 1 | -4/+4 |
| 2024-07-16 | kconfig: use sym_get_choice_menu() in sym_check_choice_deps() | Masahiro Yamada | 1 | -3/+7 |
| 2024-07-16 | kconfig: use sym_get_choice_menu() in sym_check_print_recursive() | Masahiro Yamada | 1 | -2/+4 |
| 2024-07-16 | kconfig: remove expr_list_for_each_sym() macro | Masahiro Yamada | 1 | -3/+0 |
| 2024-07-16 | kconfig: use menu_list_for_each_sym() in sym_choice_default() | Masahiro Yamada | 1 | -5/+4 |
| 2024-07-16 | kconfig: change sym_choice_default() to take the choice menu | Masahiro Yamada | 3 | -6/+6 |
| 2024-07-16 | kconfig: remove conf_unsaved in conf_read_simple() | Masahiro Yamada | 1 | -3/+2 |
| 2024-07-16 | kconfig: remove sym_get_choice_value() | Masahiro Yamada | 6 | -21/+11 |
| 2024-07-16 | kconfig: refactor choice value calculation | Masahiro Yamada | 7 | -197/+187 |
| 2024-07-16 | kconfig: import list_move(_tail) and list_for_each_entry_reverse macros | Masahiro Yamada | 1 | -0/+53 |
| 2024-07-16 | kconfig: remember the current choice while parsing the choice block | Masahiro Yamada | 1 | -6/+4 |
| 2024-07-16 | kconfig: introduce choice_set_value() helper | Masahiro Yamada | 5 | -22/+47 |
| 2024-07-16 | kconfig: add fallthrough comments to expr_compare_type() | Masahiro Yamada | 1 | -0/+5 |
| 2024-07-16 | kconfig: remove unneeded code in expr_compare_type() | Masahiro Yamada | 1 | -4/+1 |
| 2024-07-16 | kconfig: add -e and -u options to *conf-cfg.sh scripts | Masahiro Yamada | 4 | -0/+8 |
| 2024-07-16 | kconfig: refactor conf_write_defconfig() to reduce indentation level | Masahiro Yamada | 1 | -25/+22 |
| 2024-07-16 | kconfig: refactor conf_set_all_new_symbols() to reduce indentation level | Masahiro Yamada | 1 | -31/+30 |
| 2024-07-16 | kconfig: remove tristate choice support | Masahiro Yamada | 27 | -315/+42 |
| 2024-07-16 | kconfig: pass new conf_changed value to the callback | Masahiro Yamada | 5 | -14/+11 |
| 2024-07-16 | kconfig: gconf: move conf_changed() definition up | Masahiro Yamada | 1 | -8/+7 |
| 2024-07-16 | kconfig: gconf: remove unnecessary forward declarations | Masahiro Yamada | 1 | -2/+0 |
| 2024-07-16 | kconfig: qconf: remove initial call to conf_changed() | Masahiro Yamada | 1 | -3/+3 |
| 2024-06-06 | kconfig: remove wrong expr_trans_bool() | Masahiro Yamada | 3 | -32/+0 |
| 2024-06-06 | kconfig: gconf: give a proper initial state to the Save button | Masahiro Yamada | 1 | -1/+2 |
| 2024-06-06 | kconfig: remove unneeded code for user-supplied values being out of range | Masahiro Yamada | 1 | -13/+0 |
| 2024-05-29 | kconfig: remove redundant check in expr_join_or() | Masahiro Yamada | 1 | -1/+1 |
| 2024-05-29 | kconfig: fix comparison to constant symbols, 'm', 'n' | Masahiro Yamada | 1 | -2/+4 |
| 2024-05-29 | kconfig: remove unused expr_is_no() | Masahiro Yamada | 1 | -5/+0 |
| 2024-05-16 | kconfig: use sym_get_choice_menu() in sym_check_prop() | Masahiro Yamada | 1 | -4/+2 |
| 2024-05-14 | kconfig: lxdialog: remove initialization with A_NORMAL | Masahiro Yamada | 1 | -9/+0 |
| 2024-05-14 | kconfig: m/nconf: merge two item_add_str() calls | Masahiro Yamada | 2 | -9/+4 |
| 2024-05-14 | kconfig: m/nconf: remove dead code to display value of bool choice | Masahiro Yamada | 2 | -29/+14 |
| 2024-05-14 | kconfig: m/nconf: remove dead code to display children of choice members | Masahiro Yamada | 2 | -95/+71 |
| 2024-05-14 | kconfig: gconf: show checkbox for choice correctly | Masahiro Yamada | 1 | -7/+5 |
| 2024-05-10 | kconfig: use menu_list_for_each_sym() in sym_check_choice_deps() | Masahiro Yamada | 1 | -10/+15 |
| 2024-05-10 | kconfig: use sym_get_choice_menu() in conf_write_defconfig() | Masahiro Yamada | 1 | -4/+5 |
| 2024-05-10 | kconfig: add sym_get_choice_menu() helper | Masahiro Yamada | 2 | -0/+36 |
| 2024-05-10 | kconfig: turn defaults and additional prompt for choice members into error | Masahiro Yamada | 2 | -10/+40 |
| 2024-05-10 | kconfig: turn missing prompt for choice members into error | Masahiro Yamada | 2 | -2/+14 |
| 2024-05-10 | kconfig: turn conf_choice() into void function | Masahiro Yamada | 1 | -6/+5 |
| 2024-05-10 | kconfig: use linked list in sym_set_changed() | Masahiro Yamada | 1 | -5/+3 |
| 2024-05-10 | kconfig: gconf: use MENU_CHANGED instead of SYMBOL_CHANGED | Masahiro Yamada | 1 | -6/+3 |
| 2024-05-10 | kconfig: gconf: remove debug code | Masahiro Yamada | 1 | -48/+1 |
| 2024-05-10 | kconfig: gconf: update pane correctly after loading a config file | Masahiro Yamada | 1 | -1/+3 |
| 2024-05-10 | kbuild: use $(src) instead of $(srctree)/$(src) for source directory | Masahiro Yamada | 1 | -4/+4 |
| 2024-05-02 | kconfig: remove SYMBOL_NO_WRITE flag | Masahiro Yamada | 5 | -8/+4 |
| 2024-05-02 | kconfig: remove 'optional' property support | Masahiro Yamada | 14 | -75/+5 |
| 2024-05-02 | kconfig: remove SYMBOL_CHOICE flag | Masahiro Yamada | 6 | -9/+6 |