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