f51600d04c
We want to show the headers >= 5.1 Config.in comment when the BR2_LINUX_KERNEL is satisfied, not when it isn't. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
420 B
Plaintext
15 lines
420 B
Plaintext
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"
|
|
depends on BR2_LINUX_KERNEL
|
|
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
|