summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2015-05-31 16:02:28 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2015-05-31 16:02:28 +0200
commit22917913c5a6004861d4e9911bc3bb21ac087ceb (patch)
treedc9cc7a5f9d0703a9d55394c807fc2a9e6d560d0
parente0777e9a02582b1ea79ecf2eeccfa91ee8a0166e (diff)
Use a bullet list for the notes.
-rw-r--r--README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index 5dc5bcc..dd91cc4 100644
--- a/README.md
+++ b/README.md
@@ -86,30 +86,30 @@ configurations generated by Kconfiglib with configurations generated by
## Misc. notes ##
-Python 2 is used at the moment.
+ * Python 2 is used at the moment.
-Kconfiglib works well with [PyPy](http://pypy.org). It might give a nice
+ * Kconfiglib works well with [PyPy](http://pypy.org). It might give a nice
speedup over CPython when batch processing a large number of configurations,
as well as when running the test suite.
-Please tell me if you miss some API instead of digging into internals. The
+ * 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 :).
Patches are welcome too of course. ;)
-[fpemud](https://github.com/fpemud) has put together [Python
+ * [fpemud](https://github.com/fpemud) has put together [Python
bindings](https://github.com/fpemud/pylkc) to internal functions in the C
implementation. This is an alternative to Kconfiglib's all-Python approach.
-The test suite failures (should be the only ones) for the following Blackfin
+ * The test suite failures (should be the only ones) 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):
- * arch/blackfin/configs/CM-BF537U\_defconfig
- * arch/blackfin/configs/BF548-EZKIT\_defconfig
- * arch/blackfin/configs/BF527-EZKIT\_defconfig
- * arch/blackfin/configs/BF527-EZKIT-V2\_defconfig
- * arch/blackfin/configs/TCM-BF537\_defconfig
+ * arch/blackfin/configs/CM-BF537U\_defconfig
+ * arch/blackfin/configs/BF548-EZKIT\_defconfig
+ * arch/blackfin/configs/BF527-EZKIT\_defconfig
+ * arch/blackfin/configs/BF527-EZKIT-V2\_defconfig
+ * arch/blackfin/configs/TCM-BF537\_defconfig
## License (ISC) ##