Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 |