summaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx/files/drivers/net/ethernet/cavium/Kconfig
diff options
context:
space:
mode:
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-11-11 20:03:56 +0000
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-11-11 20:03:56 +0000
commit133d66da06e979b099f831b63f28ab0670992547 (patch)
tree7ede525bb03dcd04ed361c83bedfe8a11235786d /target/linux/cns3xxx/files/drivers/net/ethernet/cavium/Kconfig
parentf9aaf2e1ab0177d9ca741d3bcf867ffc8e25d91c (diff)
cns3xxx: convert ethernet patches to files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34161 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/cns3xxx/files/drivers/net/ethernet/cavium/Kconfig')
-rw-r--r--target/linux/cns3xxx/files/drivers/net/ethernet/cavium/Kconfig24
1 files changed, 24 insertions, 0 deletions
diff --git a/target/linux/cns3xxx/files/drivers/net/ethernet/cavium/Kconfig b/target/linux/cns3xxx/files/drivers/net/ethernet/cavium/Kconfig
new file mode 100644
index 000000000..79eebe286
--- /dev/null
+++ b/target/linux/cns3xxx/files/drivers/net/ethernet/cavium/Kconfig
@@ -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