9
0
Fork 0
barebox/drivers/net/Kconfig

194 lines
3.9 KiB
Plaintext

config ARCH_HAS_FEC_IMX
bool
config HAS_AT91_ETHER
bool
config HAS_CS8900
bool
config HAS_DESIGNWARE_ETH
bool
config HAS_DM9000
bool
config HAS_MACB
bool
config HAS_NETX_ETHER
bool
config PHYLIB
bool
menu "Network drivers"
depends on NET
config DRIVER_NET_AR231X
bool "AR231X Ethernet support"
depends on MACH_MIPS_AR231X
select PHYLIB
help
Support for the AR231x/531x ethernet controller
config DRIVER_NET_ARC_EMAC
bool "ARC Ethernet MAC driver"
select PHYLIB
help
This option enables support for the ARC EMAC ethernet
controller.
config DRIVER_NET_AT91_ETHER
bool "at91 ethernet driver"
depends on HAS_AT91_ETHER
select PHYLIB
config DRIVER_NET_CALXEDA_XGMAC
bool "Calxeda xgmac"
config DRIVER_NET_CS8900
bool "cs8900 ethernet driver"
depends on HAS_CS8900
config DRIVER_NET_CPSW
bool "CPSW ethernet driver"
depends on ARCH_OMAP
select PHYLIB
config DRIVER_NET_DAVINCI_EMAC
bool "TI Davinci/OMAP EMAC ethernet driver"
depends on ARCH_OMAP3
select PHYLIB
config DRIVER_NET_DESIGNWARE
bool "Designware Universal MAC ethernet driver"
select PHYLIB
help
This option enables support for the Synopsys
Designware Core Univesal MAC 10M/100M/1G ethernet IP.
config DRIVER_NET_DM9K
bool "Davicom dm9k[E|A|B] ethernet driver"
depends on HAS_DM9000
select PHYLIB
config DRIVER_NET_ENC28J60
bool "ENC28J60 support"
depends on SPI
select PHYLIB
---help---
Support for the Microchip EN28J60 ethernet chip.
config DRIVER_NET_ENC28J60_WRITEVERIFY
bool "Enable write verify"
depends on DRIVER_NET_ENC28J60
---help---
Enable the verify after the buffer write useful for debugging purpose.
If unsure, say N.
config DRIVER_NET_EP93XX
bool "EP93xx Ethernet driver"
depends on ARCH_EP93XX
select PHYLIB
config DRIVER_NET_ETHOC
bool "OpenCores ethernet MAC driver"
select PHYLIB
help
This option enables support for the OpenCores 10/100 Mbps
Ethernet MAC core.
config DRIVER_NET_FEC_IMX
bool "i.MX FEC Ethernet driver"
depends on ARCH_HAS_FEC_IMX
select PHYLIB
config DRIVER_NET_GIANFAR
bool "Gianfar Ethernet"
depends on ARCH_MPC85XX
select PHYLIB
config DRIVER_NET_KS8851_MLL
bool "ks8851 mll ethernet driver"
select PHYLIB
help
This option enables support for the Micrel KS8851 MLL
ethernet chip.
config DRIVER_NET_MACB
bool "macb Ethernet driver"
depends on HAS_MACB
select PHYLIB
config DRIVER_NET_MICREL
depends on SPI
bool "Micrel KSZ8864RMN Ethernet Switch driver"
help
This option enables support for enabling the Micrel
KSZ8864RMN Ethernet Switch over SPI.
config DRIVER_NET_MPC5200
bool "MPC5200 Ethernet driver"
depends on ARCH_MPC5200
select PHYLIB
config DRIVER_NET_NETX
bool "Hilscher Netx ethernet driver"
depends on HAS_NETX_ETHER
select PHYLIB
config DRIVER_NET_ORION
bool "Marvell Orion SoC Ethernet"
depends on ARCH_MVEBU
select PHYLIB
select MDIO_MVEBU
config DRIVER_NET_RTL8139
bool "RealTek RTL-8139 PCI Ethernet driver"
depends on PCI
select PHYLIB
help
This is a driver for the Fast Ethernet PCI network cards based on
the RTL 8139 chips.
config DRIVER_NET_SMC911X
bool "smc911x ethernet driver"
select PHYLIB
help
This option enables support for the SMSC LAN9[12]1[567]
ethernet chip.
config DRIVER_NET_SMC91111
bool "smc91111 ethernet driver"
select PHYLIB
help
This option enables support for the SMSC LAN91C111
ethernet chip.
config DRIVER_NET_TAP
bool "tap Ethernet driver"
depends on LINUX
config DRIVER_NET_TSE
depends on NIOS2
bool "Altera TSE ethernet driver"
select PHYLIB
help
This option enables support for the Altera TSE MAC.
config TSE_USE_DEDICATED_DESC_MEM
depends on DRIVER_NET_TSE
bool "Altera TSE uses dedicated descriptor memory"
help
This option tells the TSE driver to use an onchip memory
to store SGDMA descriptors. Descriptor memory is not
reserved with a malloc but directly mapped to the memory
address (defined in config.h)
source "drivers/net/phy/Kconfig"
source "drivers/net/usb/Kconfig"
endmenu