Config.in 288 B

12345678910
  1. config 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. https://github.com/wkz/phytool
  7. comment "phytool needs a toolchain w/ headers >= 3.7"
  8. depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7