xref: /OK3568_Linux_fs/buildroot/package/phytool/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_PHYTOOL
2*4882a593Smuzhiyun	bool "phytool"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7 # linux/mdio.h
4*4882a593Smuzhiyun	help
5*4882a593Smuzhiyun	  Linux MDIO register access utility.
6*4882a593Smuzhiyun
7*4882a593Smuzhiyun	  https://github.com/wkz/phytool
8*4882a593Smuzhiyun
9*4882a593Smuzhiyuncomment "phytool needs a toolchain w/ headers >= 3.7"
10*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
11