gemini: add Linux 4.4 support
[openwrt/openwrt.git] / target / linux / gemini / files-4.4 / drivers / net / ethernet / gemini / Kconfig
1 #
2 # Gemini device configuration
3 #
4
5 config NET_VENDOR_GEMINI
6 bool "Cortina Gemini devices"
7 default y
8 depends on ARCH_GEMINI
9 ---help---
10 If you have a network (Ethernet) card belonging to this class, say Y
11 and read the Ethernet-HOWTO, available from
12 <http://www.tldp.org/docs.html#howto>.
13
14 Note that the answer to this question doesn't directly affect the
15 kernel: saying N will just cause the configurator to skip all
16 the questions about D-Link devices. If you say Y, you will be asked for
17 your specific card in the following questions.
18
19 if NET_VENDOR_GEMINI
20
21 config GEMINI_SL351X
22 tristate "StorLink SL351x Gigabit Ethernet support"
23 depends on ARCH_GEMINI
24 select PHYLIB
25 select MDIO_BITBANG
26 select MDIO_GPIO
27 select CRC32
28 ---help---
29 This driver supports StorLink SL351x (Gemini) dual Gigabit Ethernet.
30
31 endif # NET_VENDOR_GEMINI