xref: /OK3568_Linux_fs/buildroot/package/ethtool/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_ETHTOOL
2	bool "ethtool"
3	help
4	  ethtool is a small utility for examining and tuning your
5	  ethernet-based network interface.
6
7	  https://www.kernel.org/pub/software/network/ethtool/
8
9config BR2_PACKAGE_ETHTOOL_PRETTY_PRINT
10	bool "enable pretty printing"
11	default y
12	depends on BR2_PACKAGE_ETHTOOL
13	help
14	  Enables ethtool's pretty printing for drivers
15	  and SFP modules.
16