149220505SStefan Roese#
249220505SStefan Roese# Allwinner device configuration
349220505SStefan Roese#
449220505SStefan Roese
549220505SStefan Roeseconfig NET_VENDOR_ALLWINNER
649220505SStefan Roese	bool "Allwinner devices"
749220505SStefan Roese	default y
805bc250fSMaxime Ripard
949220505SStefan Roese	depends on ARCH_SUNXI
1049220505SStefan Roese	---help---
1149220505SStefan Roese	  If you have a network (Ethernet) card belonging to this
1249220505SStefan Roese	  class, say Y and read the Ethernet-HOWTO, available from
1349220505SStefan Roese	  <http://www.tldp.org/docs.html#howto>.
1449220505SStefan Roese
1549220505SStefan Roese	  Note that the answer to this question doesn't directly
1649220505SStefan Roese	  affect the kernel: saying N will just cause the configurator
1749220505SStefan Roese	  to skip all the questions about Allwinner cards. If you say Y,
1849220505SStefan Roese	  you will be asked for your specific card in the following
1949220505SStefan Roese	  questions.
2049220505SStefan Roese
2149220505SStefan Roeseif NET_VENDOR_ALLWINNER
2249220505SStefan Roese
2349220505SStefan Roeseconfig SUN4I_EMAC
2449220505SStefan Roese        tristate "Allwinner A10 EMAC support"
2549220505SStefan Roese	depends on ARCH_SUNXI
2649220505SStefan Roese	depends on OF
2749220505SStefan Roese	select CRC32
2849220505SStefan Roese	select MII
2949220505SStefan Roese	select PHYLIB
3049220505SStefan Roese        ---help---
3149220505SStefan Roese          Support for Allwinner A10 EMAC ethernet driver.
3249220505SStefan Roese
3349220505SStefan Roese          To compile this driver as a module, choose M here.  The module
3449220505SStefan Roese          will be called sun4i-emac.
3549220505SStefan Roese
3649220505SStefan Roeseendif # NET_VENDOR_ALLWINNER
37