mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-11 01:36:59 +02:00
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>
7 lines
153 B
Plaintext
7 lines
153 B
Plaintext
config BNXT_ETH
|
|
bool "BNXT PCI support"
|
|
select PCI_INIT_R
|
|
help
|
|
This driver implements support for bnxt pci controller
|
|
driver of ethernet class.
|