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