1edb9ca69e
This patch adds support for Samsung 10Gb ethernet driver(sxgbe). - sxgbe core initialization - Tx and Rx support - MDIO support - ISRs for Tx and Rx - ifconfig support to driver Signed-off-by: Siva Reddy Kallam <siva.kallam@samsung.com> Signed-off-by: Vipul Pandya <vipul.pandya@samsung.com> Signed-off-by: Girish K S <ks.giri@samsung.com> Neatening-by: Joe Perches <joe@perches.com> Signed-off-by: Byungho An <bh74.an@samsung.com> Signed-off-by: David S. Miller <davem@davemloft.net>
10 lines
257 B
Plaintext
10 lines
257 B
Plaintext
config SXGBE_ETH
|
|
tristate "Samsung 10G/2.5G/1G SXGBE Ethernet driver"
|
|
depends on HAS_IOMEM && HAS_DMA
|
|
select PHYLIB
|
|
select CRC32
|
|
select PTP_1588_CLOCK
|
|
---help---
|
|
This is the driver for the SXGBE 10G Ethernet IP block found on Samsung
|
|
platforms.
|