| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-30 | Fix warnings printed for test suite | Ulf Magnusson | |
| Just to have clean output. The warnings themselves are accurate. | |||
| 2017-10-24 | Kconfiglib 2 backup | Ulf Magnusson | |
| WIP | |||
| 2017-09-20 | Add support for less/greater than comparisons | Ulf Magnusson | |
| Was added upstream in 31847b67 (kconfig: allow use of relations other than (in)equality). Completely unused (and undocumented) in the kernel except for in DEBUG_UART_8250_WORD in arch/arm/Kconfig.debug: depends on DEBUG_UART_8250_SHIFT >= 2 (That line was added before lt/gt support by the way, and assumed a feature that wasn't there.) This change (and the upstream one) also slightly changes how (in)equality comparisons work, making e.g. MY_HEX = 0x00037 evaluate to 'y' if MY_HEX is 0x37. Prior to this change, the strings needed to match exactly. | |||
| 2012-12-13 | Add more equality selftests. | Ulf Magnusson | |
| 2012-12-12 | Always count non-bool/tristate symbols as 'n' in tristate context. | Ulf Magnusson | |
| Previously a string symbol that happened to have the value "y" would count as "y" in tristate context, which is incorrect. | |||
| 2012-12-10 | Get some menuconfig coverage. | Ulf Magnusson | |
| 2012-12-06 | Ops - forgot to commit tests/Keval. | Ulf Magnusson | |
