xref: /OK3568_Linux_fs/buildroot/package/biosdevname/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_BIOSDEVNAME
2*4882a593Smuzhiyun	bool "biosdevname"
3*4882a593Smuzhiyun	depends on BR2_i386 || BR2_x86_64
4*4882a593Smuzhiyun	depends on BR2_PACKAGE_HAS_UDEV
5*4882a593Smuzhiyun	select BR2_PACKAGE_PCIUTILS
6*4882a593Smuzhiyun	select BR2_PACKAGE_ZLIB
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  Biosdevname is a udev helper that looks at various BIOS tables
9*4882a593Smuzhiyun	  to figure out what the actual hardware names are for Ethernet
10*4882a593Smuzhiyun	  ports and renames the ports accordingly. This has the
11*4882a593Smuzhiyun	  advantage of always referring to the same port regardless of
12*4882a593Smuzhiyun	  system or hardware changes that might otherwise alter the
13*4882a593Smuzhiyun	  typical ethX naming.
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun	  https://github.com/dell/biosdevname/
16