2022-10-27 10:56:28 +02:00
|
|
|
comment "mdio-tools needs a Linux kernel to be built"
|
|
|
|
depends on !BR2_LINUX_KERNEL
|
|
|
|
|
|
|
|
comment "mdio-tools needs a toolchain w/ headers >= 5.1"
|
2022-10-27 11:55:40 +02:00
|
|
|
depends on BR2_LINUX_KERNEL
|
2022-10-27 10:56:28 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_1
|
|
|
|
|
|
|
|
config BR2_PACKAGE_MDIO_TOOLS
|
|
|
|
bool "mdio-tools"
|
|
|
|
depends on BR2_LINUX_KERNEL
|
|
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_1
|
|
|
|
select BR2_PACKAGE_LIBMNL
|
|
|
|
help
|
|
|
|
Low-level debug tools for MDIO devices
|