mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 10:48:51 +00:00
8 lines
172 B
Text
8 lines
172 B
Text
|
config BNXT_ETH
|
||
|
bool "BNXT PCI support"
|
||
|
depends on DM_ETH
|
||
|
select PCI_INIT_R
|
||
|
help
|
||
|
This driver implements support for bnxt pci controller
|
||
|
driver of ethernet class.
|