xref: /OK3568_Linux_fs/buildroot/package/python-canopen/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_CANOPEN
2	bool "python-canopen"
3	select BR2_PACKAGE_PYTHON_CAN # runtime
4	help
5	  A Python implementation of the CANopen standard. The aim
6	  of the project is to support the most common parts of the
7	  CiA 301 standard in a Pythonic interface.
8
9	  https://github.com/christiansandberg/canopen
10