mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-20 02:03:09 +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.
|