1config BR2_PACKAGE_PYTHON_CONFIGOBJ 2 bool "python-configobj" 3 depends on BR2_PACKAGE_PYTHON 4 help 5 ConfigObj is a simple but powerful config file reader and 6 writer: an ini file round tripper. Its main feature is that 7 it is very easy to use, with a straightforward programmer's 8 interface and a simple syntax for config files. 9 10 http://www.voidspace.org.uk/python/configobj.html 11