]> rtime.felk.cvut.cz Git - linux-imx.git/blob - drivers/net/ethernet/allwinner/Kconfig
spi: spi-davinci: Fix direction in dma_map_single()
[linux-imx.git] / drivers / net / ethernet / allwinner / Kconfig
1 #
2 # Allwinner device configuration
3 #
4
5 config NET_VENDOR_ALLWINNER
6        bool "Allwinner devices"
7        default y
8        depends on ARCH_SUNXI
9        ---help---
10          If you have a network (Ethernet) card belonging to this
11          class, say Y 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
15          affect the kernel: saying N will just cause the configurator
16          to skip all the questions about Allwinner cards. If you say Y,
17          you will be asked for your specific card in the following
18          questions.
19
20 if NET_VENDOR_ALLWINNER
21
22 config SUN4I_EMAC
23         tristate "Allwinner A10 EMAC support"
24         depends on ARCH_SUNXI
25         depends on OF
26         select CRC32
27         select MII
28         select PHYLIB
29         ---help---
30           Support for Allwinner A10 EMAC ethernet driver.
31
32           To compile this driver as a module, choose M here.  The module
33           will be called sun4i-emac.
34
35 endif # NET_VENDOR_ALLWINNER