diff options
| -rw-r--r-- | README.md | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -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) ## |
