summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/libxed.py
diff options
context:
space:
mode:
authorLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>2025-09-16 17:23:35 +0100
committerJakub Kicinski <kuba@kernel.org>2025-09-17 14:57:52 -0700
commitdfc85640796b414385e50c932eb2b8ce4d38ce72 (patch)
tree1ee5a5615a9824bc8e0503f00e5fad38b6e5abdc /tools/perf/scripts/python/libxed.py
parent4436b2b324cec38caa876b11e521d270240a9986 (diff)
downloadkernel-dfc85640796b414385e50c932eb2b8ce4d38ce72.tar.gz
net: pcs: Kconfig: Fix unmet dependency warning
Fix the Kconfig dependencies for PCS_RZN1_MIIC to avoid the unmet direct dependency warning when enabling DWMAC_RENESAS_GBETH. The PCS driver is used on multiple Renesas SoCs including RZ/N1, RZ/N2H and RZ/T2H, but the existing condition only allowed ARCH_RZN1, ARCH_R9A09G077, or ARCH_R9A09G087. This conflicted with the GBETH/GMAC driver which selects PCS_RZN1_MIIC under ARCH_RENESAS. Update the dependency to ARCH_RENESAS || COMPILE_TEST so that the PCS driver is available on all Renesas platforms. Fixes: 08f89e42121d ("net: pcs: rzn1-miic: Add RZ/T2H MIIC support") Reported-by: Linux Kernel Functional Testing <lkft@linaro.org> Closes: https://lore.kernel.org/all/aMlgg_QpJOEDGcEA@monster/ Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/20250916162335.3339558-1-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions
018-12-02 20:55:22 -0800'>2018-12-02sbus: char: add of_node_put()Yangtao Li 2018-10-07oradax: remove redundant null check before kfreeColin Ian King 2018-10-07sbus: Use of_get_child_by_name helperRob Herring 2018-06-15fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab 2018-05-15Remove jsflash driverJens Axboe 2018-05-11jsflash: handle highmem pagesChristoph Hellwig 2018-04-30sparc64: Fix mistake in oradax license textRob Gardner 2018-04-01sparc64: Properly range check DAX completion indexRob Gardner 2018-03-18sparc64: Oracle DAX driver depends on SPARC64Guenter Roeck