| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 14 days | net: Rework some symbol dependencies | Tom Rini | |
| As exposed by "make randconfig", we have a few dependency issues with some network drivers: - Both HIFEMAC_ETH and HIGMACV300_ETH functionally require both DM and OF_CONTROL. Further, HIFEMAC_ETH needs DM_CLK not just CLK to be selected. - BNXT_ETH deals with it's PCI requirement in a backwards way. The symbol PCI_INIT_R is board specific, PCI alone is required to build. Signed-off-by: Tom Rini <[email protected]> | |||
| 2022-12-07 | net: Remove extraneous dependencies | Tom Rini | |
| With DM_ETH being required now for all drivers, we don't need this listed on individual drivers as well. Signed-off-by: Tom Rini <[email protected]> | |||
| 2021-12-02 | net: brcm: netXtreme driver | Bharat Gooty | |
| Broadcom bnxt L2 driver support. Used by the Broadcom iproc platforms. Signed-off-by: Bharat Gooty <[email protected]> Reviewed-by: Ramon Fried <[email protected]> Signed-off-by: Roman Bacik <[email protected]> | |||
