aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/gemini/files/drivers/net/ethernet/gemini/Kconfig
diff options
context:
space:
mode:
authorZoltan Herpai <wigyori@uid0.hu>2016-10-05 21:13:36 +0200
committerGitHub <noreply@github.com>2016-10-05 21:13:36 +0200
commit523c36dc04e4fd9558f58bcfb984f9159df7d9c4 (patch)
tree91537a6ff26d4d444e76cb62ac4bbae7187119ec /target/linux/gemini/files/drivers/net/ethernet/gemini/Kconfig
parent2839ee70d38eeea18f3423806bfa2fad6c597c25 (diff)
parent6eb5baaa4774f01812d2cef3493e43a0f20e6a3b (diff)
downloadmaster-187ad058-523c36dc04e4fd9558f58bcfb984f9159df7d9c4.tar.gz
master-187ad058-523c36dc04e4fd9558f58bcfb984f9159df7d9c4.tar.bz2
master-187ad058-523c36dc04e4fd9558f58bcfb984f9159df7d9c4.zip
Merge pull request #114 from wigyori/master
gemini: bump to 4.4
Diffstat (limited to 'target/linux/gemini/files/drivers/net/ethernet/gemini/Kconfig')
-rw-r--r--target/linux/gemini/files/drivers/net/ethernet/gemini/Kconfig31
1 files changed, 31 insertions, 0 deletions
diff --git a/target/linux/gemini/files/drivers/net/ethernet/gemini/Kconfig b/target/linux/gemini/files/drivers/net/ethernet/gemini/Kconfig
new file mode 100644
index 0000000000..12d58163d0
--- /dev/null
+++ b/target/linux/gemini/files/drivers/net/ethernet/gemini/Kconfig
@@ -0,0 +1,31 @@
+#
+# Gemini device configuration
+#
+
+config NET_VENDOR_GEMINI
+ bool "Cortina Gemini devices"
+ default y
+ depends on ARCH_GEMINI
+ ---help---
+ If you have a network (Ethernet) card belonging to this class, say Y
+ and read the Ethernet-HOWTO, available from
+ <http://www.tldp.org/docs.html#howto>.
+
+ Note that the answer to this question doesn't directly affect the
+ kernel: saying N will just cause the configurator to skip all
+ the questions about D-Link devices. If you say Y, you will be asked for
+ your specific card in the following questions.
+
+if NET_VENDOR_GEMINI
+
+config GEMINI_SL351X
+ tristate "StorLink SL351x Gigabit Ethernet support"
+ depends on ARCH_GEMINI
+ select PHYLIB
+ select MDIO_BITBANG
+ select MDIO_GPIO
+ select CRC32
+ ---help---
+ This driver supports StorLink SL351x (Gemini) dual Gigabit Ethernet.
+
+endif # NET_VENDOR_GEMINI