From f98175efec23b282e1b4114f11880bf2b33413bf Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 2 Jun 2015 20:38:21 +0200 Subject: Move thanks to a separate section. Makes the intro a bit less spammy. --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 13c9e24..adb0610 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,6 @@ extract information, query and set symbol values, and read and write utilities in the kernel, usually invoked via make targets such as menuconfig and defconfig. -**Update: Mar 13 2015** - -Thanks to a patch from [Philip Craig](https://github.com/philipc) that adds support -for the new `allnoconfig_y` option (which sets the user value of certain symbols -to `y` during `make allnoconfig` to improve coverage) and fixes an obscure issue -with `comment`s inside `choice`s (that didn't affect correctness but made outputs -differ) the test suite now passes with Linux v4.0-rc3. Very little seems to have -changed in the C implementation over the past years, which is nice. :) - One feature is missing: Kconfiglib assumes the modules symbol is `MODULES`, and will warn if `option modules` is set on some other symbol. Let me know if this is a problem for you, as adding support shouldn't be that hard. I haven't seen @@ -124,6 +115,14 @@ defconfigs on e.g. Linux 3.7.0-rc8 are due to * arch/blackfin/configs/BF527-EZKIT-V2\_defconfig * arch/blackfin/configs/TCM-BF537\_defconfig +## Thanks ## + +Thanks to [Philip Craig](https://github.com/philipc) for adding +support for the `allnoconfig_y` option and fixing an obscure issue +with `comment`s inside `choice`s (that didn't affect correctness but +made outputs differ). `allnoconfig_y` is used to force certain symbols +to `y` during `make allnoconfig` to improve coverage. + ## License (ISC) ## Copyright (c) 2011-2015, Ulf Magnusson -- cgit v1.2.3