Files
u-boot/drivers/net/bnxt/Kconfig
Tom Rini 6b5d2990f4 net: Rework some symbol dependencies
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 <trini@konsulko.com>
2026-03-31 16:43:28 +02:00

7 lines
150 B
Plaintext

config BNXT_ETH
bool "BNXT PCI support"
depends on PCI
help
This driver implements support for bnxt pci controller
driver of ethernet class.