summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2015-06-02 20:38:21 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2015-06-02 20:38:21 +0200
commitf98175efec23b282e1b4114f11880bf2b33413bf (patch)
tree8e64000120fe15afd51e99b33b3d38e797837250
parent0315d210b6506d75f0fedaa8c92f51364f5f9e51 (diff)
Move thanks to a separate section.
Makes the intro a bit less spammy.
-rw-r--r--README.md17
1 files 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
<i>menuconfig</i> and <i>defconfig</i>.
-**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 <ulfalizer@gmail.com>