| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-27 | kconfig: Error out on duplicated kconfig inclusion | Nicolas Schier | 6 | -0/+23 |
| 2026-01-06 | kconfig: Support conditional deps using "depends on X if Y" | Nicolas Pitre | 8 | -0/+96 |
| 2025-10-07 | kconfig: Avoid prompting for transitional symbols | Kees Cook | 5 | -0/+47 |
| 2025-09-24 | kconfig: Add transitional symbol attribute for migration support | Kees Cook | 7 | -0/+219 |
| 2025-09-24 | kconfig: Fix BrokenPipeError warnings in selftests | Kees Cook | 1 | -1/+16 |
| 2024-07-20 | kconfig: recursive checks drop file/lineno | HONG Yifan | 1 | -18/+18 |
| 2024-07-16 | kconfig: remove tristate choice support | Masahiro Yamada | 18 | -144/+0 |
| 2024-05-02 | kconfig: remove 'optional' property support | Masahiro Yamada | 7 | -45/+0 |
| 2024-03-21 | kconfig: tests: test dependency after shuffling choices | Masahiro Yamada | 5 | -0/+71 |
| 2024-03-21 | kconfig: tests: add a test for randconfig with dependent choices | Masahiro Yamada | 5 | -0/+78 |
| 2024-03-21 | kconfig: tests: support KCONFIG_SEED for the randconfig runner | Masahiro Yamada | 1 | -6/+10 |
| 2024-02-20 | kconfig: print recursive dependency errors in the parsed order | Masahiro Yamada | 1 | -11/+11 |
| 2021-04-14 | kconfig: change "modules" from sub-option to first-level attribute | Masahiro Yamada | 3 | -3/+3 |
| 2021-04-14 | kconfig: change defconfig_list option to environment variable | Masahiro Yamada | 1 | -0/+4 |
| 2020-05-12 | kconfig: tests: remove randconfig test for choice in choice | Masahiro Yamada | 5 | -63/+0 |
| 2019-06-14 | docs: kbuild: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab | 1 | -7/+7 |
| 2019-06-05 | kconfig: tests: fix recursive inclusion unit test | Masahiro Yamada | 1 | -3/+3 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 4 | -0/+4 |
| 2018-12-28 | kconfig: convert to SPDX License Identifier | Masahiro Yamada | 15 | -0/+22 |
| 2018-08-22 | kconfig: improve the recursive dependency report | Masahiro Yamada | 1 | -3/+3 |
| 2018-08-22 | kconfig: report recursive dependency involving 'imply' | Masahiro Yamada | 2 | -16/+25 |
| 2018-08-22 | kconfig: error out when seeing recursive dependency | Masahiro Yamada | 4 | -9/+10 |
| 2018-05-29 | kconfig: test: add Kconfig macro language tests | Masahiro Yamada | 13 | -0/+191 |
| 2018-05-29 | kconfig: make default prompt of mainmenu less specific | Masahiro Yamada | 1 | -1/+1 |
| 2018-03-26 | kconfig: remove duplicated file name and lineno of recursive inclusion | Masahiro Yamada | 1 | -5/+6 |
| 2018-03-26 | kconfig: tests: test if recursive inclusion is detected | Masahiro Yamada | 6 | -0/+24 |
| 2018-03-26 | kconfig: tests: test if recursive dependencies are detected | Masahiro Yamada | 3 | -0/+101 |
| 2018-03-26 | kconfig: tests: test randconfig for choice in choice | Masahiro Yamada | 5 | -0/+60 |
| 2018-03-26 | kconfig: tests: test defconfig when two choices interact | Masahiro Yamada | 4 | -0/+42 |
| 2018-03-26 | kconfig: tests: check visibility of tristate choice values in y choice | Masahiro Yamada | 5 | -0/+43 |
| 2018-03-26 | kconfig: tests: check unneeded "is not set" with unmet dependency | Masahiro Yamada | 4 | -0/+39 |
| 2018-03-26 | kconfig: tests: test if new symbols in choice are asked | Masahiro Yamada | 4 | -0/+64 |
| 2018-03-26 | kconfig: tests: test automatic submenu creation | Masahiro Yamada | 3 | -0/+72 |
| 2018-03-26 | kconfig: tests: add basic choice tests | Masahiro Yamada | 9 | -0/+149 |
| 2018-03-26 | kconfig: tests: add framework for Kconfig unit testing | Masahiro Yamada | 2 | -0/+298 |