mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
f6301702c1
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>
6 lines
153 B
Text
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.
|