1config BR2_PACKAGE_PYTHON_PYDEVMEM
2	bool "python-pydevmem"
3	help
4	  Python DevMem is designed primarily for use with accessing
5	  /dev/mem on OMAP platforms. It should work on other platforms
6	  and work to mmap() files rather then just /dev/mem, but these
7	  use cases aren't well tested.
8
9	  https://github.com/kylemanna/pydevmem
10