commit | c05f8dc0a623e5b2299c87d61d35170b2a2ccc41 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Thu Jan 16 05:03:18 2025 +0100 |
committer | Fabio Estevam <festevam@gmail.com> | Mon Jan 20 08:40:39 2025 -0300 |
tree | c0f06d2b53da7e95705cba62593eebccbea68f9d | |
parent | 41f3a77440e1b8a66bd4d93088b211b3677d785c [diff] |
net: fsl_enetc: Introduce enetc_is_ls1028a() Introduce accurate test for LS1028A compatibility based both on IS_ENABLED(CONFIG_ARCH_LS1028A) and PCI vendor ID. This is done in preparation for adding ENETCv4 support, which has a different PCI vendor ID. Signed-off-by: Marek Vasut <marex@denx.de>