Kconfig 1.2 KB
Newer Older
1 2 3 4
#
# Renesas device configuration
#

5 6 7 8
config NET_VENDOR_RENESAS
	bool "Renesas devices"
	default y
	---help---
9
	  If you have a network (Ethernet) card belonging to this class, say Y.
10 11 12 13 14 15 16 17

	  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 Renesas devices. If you say Y, you will be asked
	  for your specific device in the following questions.

if NET_VENDOR_RENESAS

18 19
config SH_ETH
	tristate "Renesas SuperH Ethernet support"
20
	depends on HAS_DMA
S
Simon Horman 已提交
21
	depends on ARCH_RENESAS || SUPERH || COMPILE_TEST
22 23 24 25 26 27 28
	select CRC32
	select MII
	select MDIO_BITBANG
	select PHYLIB
	---help---
	  Renesas SuperH Ethernet device driver.
	  This driver supporting CPUs are:
29
		- SH7619, SH7710, SH7712, SH7724, SH7734, SH7763, SH7757,
S
Sergei Shtylyov 已提交
30
		  R8A7740, R8A774x, R8A777x and R8A779x.
31 32 33 34

config RAVB
	tristate "Renesas Ethernet AVB support"
	depends on HAS_DMA
S
Simon Horman 已提交
35
	depends on ARCH_RENESAS || COMPILE_TEST
36 37 38 39
	select CRC32
	select MII
	select MDIO_BITBANG
	select PHYLIB
40
	imply PTP_1588_CLOCK
41 42 43 44 45 46
	help
	  Renesas Ethernet AVB device driver.
	  This driver supports the following SoCs:
		- R8A779x.

endif # NET_VENDOR_RENESAS