Initial commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
config NET_VENDOR_CAVIUM
|
||||
bool "Cavium devices"
|
||||
default y
|
||||
depends on ARCH_CNS3XXX
|
||||
---help---
|
||||
If you have a network (Ethernet) chipset belonging to this class,
|
||||
say Y.
|
||||
|
||||
Note that the answer to this question does not directly affect
|
||||
the kernel: saying N will just case the configurator to skip all
|
||||
the questions regarding AMD chipsets. If you say Y, you will be asked
|
||||
for your specific chipset/driver in the following questions.
|
||||
|
||||
if NET_VENDOR_CAVIUM
|
||||
|
||||
config CNS3XXX_ETH
|
||||
tristate "Cavium CNS3xxx Ethernet support"
|
||||
depends on ARCH_CNS3XXX
|
||||
select PHYLIB
|
||||
help
|
||||
Say Y here if you want to use built-in Ethernet ports
|
||||
on CNS3XXX processor.
|
||||
|
||||
endif
|
||||
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# Makefile for the Cavium ethernet device drivers.
|
||||
#
|
||||
|
||||
obj-$(CONFIG_CNS3XXX_ETH) += cns3xxx_eth.o
|
||||
1313
target/linux/cns3xxx/files/drivers/net/ethernet/cavium/cns3xxx_eth.c
Normal file
1313
target/linux/cns3xxx/files/drivers/net/ethernet/cavium/cns3xxx_eth.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user