summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorulfalizer <ulfalizer@gmail.com>2015-03-13 14:58:02 +0100
committerulfalizer <ulfalizer@gmail.com>2015-03-13 14:58:02 +0100
commit1e234ca06ef1df9f66a428d51e893a676ac77d7a (patch)
tree7c3ee2a2dcc3f1e872a3fe994db700b78fe7b804
parentdf8dd4044c585da98a295f8e3a25252aa1490a3c (diff)
Clarify 'option modules' note a bit
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7066ba9..89cabf7 100644
--- a/README.md
+++ b/README.md
@@ -12,14 +12,15 @@ Thanks to a patch from Philip Craig (https://github.com/philipc) that adds suppo
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 testsuite now passes with Linux v4.0-rc3. Very little seems to have
+differ) the testsuite now passes with Linux v4.0-rc3. Very little seems to have
changed in the C implementation over the past years, which makes me happy. :)
Despite the warnings, modules *are* supported by the way (otherwise tests would break
horribly). The warnings are related to `option modules`, which lets you select which
-symbol serves as the `MODULES` symbol. (In the kernel, it's always `MODULES`, and old
-version didn't require setting `option modules` on it -- hence the warnings.) I should
-add support for `option modules` in a backwards-compatible way.
+symbol serves as the `MODULES` symbol. (It's always `MODULES` in the kernel, and
+older versions of the `Kconfig` files not set `option modules` on it -- hence the
+warnings. With newer versions of the C implementation it's required.) I should add
+support for `option modules` in a backwards-compatible way.
## Installation ##