1*3ebb1744SKuninori Morimoto# SPDX-License-Identifier: GPL-2.0
237b93757SJeff Kirsher#
337b93757SJeff Kirsher# Renesas device configuration
437b93757SJeff Kirsher#
537b93757SJeff Kirsher
6c156633fSSergei Shtylyovconfig NET_VENDOR_RENESAS
7c156633fSSergei Shtylyov	bool "Renesas devices"
8c156633fSSergei Shtylyov	default y
9c156633fSSergei Shtylyov	---help---
10138b15edSPaul Gortmaker	  If you have a network (Ethernet) card belonging to this class, say Y.
11c156633fSSergei Shtylyov
12c156633fSSergei Shtylyov	  Note that the answer to this question doesn't directly affect the
13c156633fSSergei Shtylyov	  kernel: saying N will just cause the configurator to skip all
14c156633fSSergei Shtylyov	  the questions about Renesas devices. If you say Y, you will be asked
15c156633fSSergei Shtylyov	  for your specific device in the following questions.
16c156633fSSergei Shtylyov
17c156633fSSergei Shtylyovif NET_VENDOR_RENESAS
18c156633fSSergei Shtylyov
1937b93757SJeff Kirsherconfig SH_ETH
2037b93757SJeff Kirsher	tristate "Renesas SuperH Ethernet support"
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,
30c099ff3cSSergei Shtylyov		  R8A7740, R8A774x, R8A777x and R8A779x.
31c156633fSSergei Shtylyov
32c156633fSSergei Shtylyovconfig RAVB
33c156633fSSergei Shtylyov	tristate "Renesas Ethernet AVB support"
34274ba628SSimon Horman	depends on ARCH_RENESAS || COMPILE_TEST
35c156633fSSergei Shtylyov	select CRC32
36c156633fSSergei Shtylyov	select MII
37c156633fSSergei Shtylyov	select MDIO_BITBANG
38c156633fSSergei Shtylyov	select PHYLIB
39d1cbfd77SNicolas Pitre	imply PTP_1588_CLOCK
40c156633fSSergei Shtylyov	help
41c156633fSSergei Shtylyov	  Renesas Ethernet AVB device driver.
42c156633fSSergei Shtylyov	  This driver supports the following SoCs:
43c156633fSSergei Shtylyov		- R8A779x.
44c156633fSSergei Shtylyov
45c156633fSSergei Shtylyovendif # NET_VENDOR_RENESAS
46