index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-15
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-09
kconfig: use menu_list_for_each_sym() in sym_check_choice_deps()
Masahiro Yamada
1
-10
/
+15
2024-05-09
kconfig: use sym_get_choice_menu() in conf_write_defconfig()
Masahiro Yamada
1
-4
/
+5
2024-05-09
kconfig: add sym_get_choice_menu() helper
Masahiro Yamada
2
-0
/
+36
2024-05-09
kconfig: turn defaults and additional prompt for choice members into error
Masahiro Yamada
2
-10
/
+40
2024-05-09
kconfig: turn missing prompt for choice members into error
Masahiro Yamada
2
-2
/
+14
2024-05-09
kconfig: turn conf_choice() into void function
Masahiro Yamada
1
-6
/
+5
2024-05-09
kconfig: use linked list in sym_set_changed()
Masahiro Yamada
1
-5
/
+3
2024-05-09
kconfig: gconf: use MENU_CHANGED instead of SYMBOL_CHANGED
Masahiro Yamada
1
-6
/
+3
2024-05-09
kconfig: gconf: remove debug code
Masahiro Yamada
1
-48
/
+1
2024-05-09
kconfig: gconf: update pane correctly after loading a config file
Masahiro Yamada
1
-1
/
+3
2024-05-09
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
2024-05-02
kconfig: remove unneeded if-conditional in conf_choice()
Masahiro Yamada
1
-3
/
+2
2024-05-02
kconfig: use menu_for_each_entry() to traverse menu tree
Masahiro Yamada
2
-35
/
+6
2024-05-02
kconfig: add menu_next() function and menu_for_each(_sub)_entry macros
Masahiro Yamada
2
-0
/
+26
2024-03-31
kconfig: Fix typo HEIGTH to HEIGHT
Isak Ellmer
8
-14
/
+14
2024-03-28
kconfig: do not reparent the menu inside a choice block
Masahiro Yamada
4
-13
/
+18
2024-03-20
kconfig: tests: test dependency after shuffling choices
Masahiro Yamada
5
-0
/
+71
2024-03-20
kconfig: tests: add a test for randconfig with dependent choices
Masahiro Yamada
5
-0
/
+78
2024-03-20
kconfig: tests: support KCONFIG_SEED for the randconfig runner
Masahiro Yamada
1
-6
/
+10
2024-03-18
kconfig: remove unneeded menu_is_visible() call in conf_write_defconfig()
Masahiro Yamada
1
-4
/
+1
2024-03-18
kconfig: check prompt for choice while parsing
Masahiro Yamada
2
-3
/
+6
2024-03-18
kconfig: lxdialog: remove unused dialog colors
Masahiro Yamada
2
-22
/
+0
2024-03-18
kconfig: lxdialog: fix button color for blackbg theme
Masahiro Yamada
1
-1
/
+1
2024-03-10
kconfig: remove named choice support
Masahiro Yamada
1
-7
/
+3
2024-03-09
kconfig: use linked list in get_symbol_str() to iterate over menus
Masahiro Yamada
1
-8
/
+9
2024-03-09
kconfig: link menus to a symbol
Masahiro Yamada
3
-1
/
+12
2024-02-20
kconfig: lxdialog: fix cursor render in checklist
Matthew Bystrin
1
-3
/
+2
2024-02-20
kconfig: use generic macros to implement symbol hashtable
Masahiro Yamada
7
-39
/
+42
2024-02-20
kconfig: print recursive dependency errors in the parsed order
Masahiro Yamada
2
-15
/
+27
2024-02-20
kconfig: do not imply the type of choice value
Masahiro Yamada
1
-6
/
+0
2024-02-20
kconfig: convert linked list of files to hash table
Masahiro Yamada
1
-9
/
+11
2024-02-20
kconfig: move strhash() to util.c as a global function
Masahiro Yamada
3
-9
/
+11
2024-02-19
kconfig: move ARRAY_SIZE to a header
Masahiro Yamada
2
-2
/
+12
2024-02-19
kconfig: add macros useful for hashtable
Masahiro Yamada
1
-0
/
+48
2024-02-19
kconfig: import more list macros and inline functions
Masahiro Yamada
2
-0
/
+77
2024-02-19
kconfig: resync list.h
Masahiro Yamada
1
-62
/
+121
2024-02-19
kconfig: split list_head into a separate header
Masahiro Yamada
6
-7
/
+15
2024-02-19
kconfig: change file_lookup() to return the file name
Masahiro Yamada
5
-16
/
+13
2024-02-19
kconfig: make file::name a flexible array member
Masahiro Yamada
2
-3
/
+6
2024-02-19
kconfig: move the file and lineno in struct file to struct buffer
Masahiro Yamada
3
-33
/
+23
2024-02-19
kconfig: replace remaining current_file->name with cur_filename
Masahiro Yamada
2
-6
/
+6
[next]