mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
5a5bba053d
Broadcom bnxt L2 driver support. Used by the Broadcom iproc platforms. Signed-off-by: Bharat Gooty <bharat.gooty@broadcom.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com> Signed-off-by: Roman Bacik <roman.bacik@broadcom.com>
7 lines
172 B
Text
7 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.
|