137b93757SJeff Kirsher#
237b93757SJeff Kirsher# Renesas device configuration
337b93757SJeff Kirsher#
437b93757SJeff Kirsher
5c156633fSSergei Shtylyovconfig NET_VENDOR_RENESAS
6c156633fSSergei Shtylyov	bool "Renesas devices"
7c156633fSSergei Shtylyov	default y
8c156633fSSergei Shtylyov	---help---
9138b15edSPaul Gortmaker	  If you have a network (Ethernet) card belonging to this class, say Y.
10c156633fSSergei Shtylyov
11c156633fSSergei Shtylyov	  Note that the answer to this question doesn't directly affect the
12c156633fSSergei Shtylyov	  kernel: saying N will just cause the configurator to skip all
13c156633fSSergei Shtylyov	  the questions about Renesas devices. If you say Y, you will be asked
14c156633fSSergei Shtylyov	  for your specific device in the following questions.
15c156633fSSergei Shtylyov
16c156633fSSergei Shtylyovif NET_VENDOR_RENESAS
17c156633fSSergei Shtylyov
1837b93757SJeff Kirsherconfig SH_ETH
1937b93757SJeff Kirsher	tristate "Renesas SuperH Ethernet support"
20b41e6a51SGeert Uytterhoeven	depends on HAS_DMA
21274ba628SSimon Horman	depends on ARCH_RENESAS || SUPERH || COMPILE_TEST
2237b93757SJeff Kirsher	select CRC32
2337b93757SJeff Kirsher	select MII
2437b93757SJeff Kirsher	select MDIO_BITBANG
2537b93757SJeff Kirsher	select PHYLIB
2637b93757SJeff Kirsher	---help---
2737b93757SJeff Kirsher	  Renesas SuperH Ethernet device driver.
2837b93757SJeff Kirsher	  This driver supporting CPUs are:
2973a0d907SYoshihiro Shimoda		- SH7619, SH7710, SH7712, SH7724, SH7734, SH7763, SH7757,
3094a12b15SSergei Shtylyov		  R8A7740, R8A777x and R8A779x.
31c156633fSSergei Shtylyov
32c156633fSSergei Shtylyovconfig RAVB
33c156633fSSergei Shtylyov	tristate "Renesas Ethernet AVB support"
34c156633fSSergei Shtylyov	depends on HAS_DMA
35274ba628SSimon Horman	depends on ARCH_RENESAS || COMPILE_TEST
36c156633fSSergei Shtylyov	select CRC32
37c156633fSSergei Shtylyov	select MII
38c156633fSSergei Shtylyov	select MDIO_BITBANG
39c156633fSSergei Shtylyov	select PHYLIB
40c156633fSSergei Shtylyov	select PTP_1588_CLOCK
41c156633fSSergei Shtylyov	help
42c156633fSSergei Shtylyov	  Renesas Ethernet AVB device driver.
43c156633fSSergei Shtylyov	  This driver supports the following SoCs:
44c156633fSSergei Shtylyov		- R8A779x.
45c156633fSSergei Shtylyov
46c156633fSSergei Shtylyovendif # NET_VENDOR_RENESAS
47