xref: /OK3568_Linux_fs/buildroot/package/libdnet/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBDNET
2	bool "libdnet"
3	help
4	  libdnet - simplified interface to low-level networking
5	  routines.
6
7	  http://libdnet.sourceforge.net/
8
9if BR2_PACKAGE_LIBDNET
10
11config BR2_PACKAGE_LIBDNET_PYTHON
12	bool "libdnet python module"
13	depends on BR2_PACKAGE_PYTHON
14	help
15	  dnet module for python
16
17comment "dnet module for python requires python package"
18	depends on !BR2_PACKAGE_PYTHON
19
20endif
21