summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2012-12-09 06:07:33 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2012-12-09 06:07:49 +0100
commitb0c5791b61463efc5f6924c0782e3c7aed5f6100 (patch)
treef01f9a79e1da51b3f1237342cc0c7c81a71a5dae
parent2451030cde8fbac5f8f621b84dd22ba23d121e17 (diff)
Add note about internals.
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index f81f5d7..b589253 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,10 @@ The test suite is run with
You might want to use the "speedy" option. See kconfigtest.py.
+Please tell me if you miss some API instead of digging into internals. The
+internal data structures and APIs, and dependency stuff in particular, are
+unlikely to be exactly what you want as a user (hence why they're internal :).
+
The test suite failures for the following Blackfin defconfigs on e.g.
Linux 3.7.0-rc8 are due to
[a bug in the C implementation](https://lkml.org/lkml/2012/12/5/458):