u-boot/drivers/net/bnxt/Kconfig
Tom Rini f6301702c1 net: Remove extraneous dependencies
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 <trini@konsulko.com>
2022-12-07 12:20:17 -05:00

6 lines
153 B
Text

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