Kuninori Morimoto | 3ebb174 | 2018-09-07 02:02:45 +0000 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Jeff Kirsher | 37b9375 | 2011-06-25 03:53:13 -0700 | [diff] [blame] | 2 | # |
| 3 | # Renesas device configuration |
| 4 | # |
| 5 | |
Sergei Shtylyov | c156633 | 2015-06-11 01:01:43 +0300 | [diff] [blame] | 6 | config NET_VENDOR_RENESAS |
| 7 | bool "Renesas devices" |
| 8 | default y |
| 9 | ---help--- |
Paul Gortmaker | 138b15e | 2015-06-21 16:28:02 -0400 | [diff] [blame] | 10 | If you have a network (Ethernet) card belonging to this class, say Y. |
Sergei Shtylyov | c156633 | 2015-06-11 01:01:43 +0300 | [diff] [blame] | 11 | |
| 12 | Note that the answer to this question doesn't directly affect the |
| 13 | kernel: saying N will just cause the configurator to skip all |
| 14 | the questions about Renesas devices. If you say Y, you will be asked |
| 15 | for your specific device in the following questions. |
| 16 | |
| 17 | if NET_VENDOR_RENESAS |
| 18 | |
Jeff Kirsher | 37b9375 | 2011-06-25 03:53:13 -0700 | [diff] [blame] | 19 | config SH_ETH |
| 20 | tristate "Renesas SuperH Ethernet support" |
Simon Horman | 274ba62 | 2016-03-02 10:28:13 +0900 | [diff] [blame] | 21 | depends on ARCH_RENESAS || SUPERH || COMPILE_TEST |
Jeff Kirsher | 37b9375 | 2011-06-25 03:53:13 -0700 | [diff] [blame] | 22 | select CRC32 |
Jeff Kirsher | 37b9375 | 2011-06-25 03:53:13 -0700 | [diff] [blame] | 23 | select MII |
| 24 | select MDIO_BITBANG |
| 25 | select PHYLIB |
| 26 | ---help--- |
| 27 | Renesas SuperH Ethernet device driver. |
| 28 | This driver supporting CPUs are: |
Yoshihiro Shimoda | 73a0d90 | 2012-04-04 18:37:10 +0000 | [diff] [blame] | 29 | - SH7619, SH7710, SH7712, SH7724, SH7734, SH7763, SH7757, |
Sergei Shtylyov | c099ff3 | 2016-09-27 01:23:26 +0300 | [diff] [blame] | 30 | R8A7740, R8A774x, R8A777x and R8A779x. |
Sergei Shtylyov | c156633 | 2015-06-11 01:01:43 +0300 | [diff] [blame] | 31 | |
| 32 | config RAVB |
| 33 | tristate "Renesas Ethernet AVB support" |
Simon Horman | 274ba62 | 2016-03-02 10:28:13 +0900 | [diff] [blame] | 34 | depends on ARCH_RENESAS || COMPILE_TEST |
Sergei Shtylyov | c156633 | 2015-06-11 01:01:43 +0300 | [diff] [blame] | 35 | select CRC32 |
| 36 | select MII |
| 37 | select MDIO_BITBANG |
| 38 | select PHYLIB |
Nicolas Pitre | d1cbfd7 | 2016-11-11 00:10:07 -0500 | [diff] [blame] | 39 | imply PTP_1588_CLOCK |
Sergei Shtylyov | c156633 | 2015-06-11 01:01:43 +0300 | [diff] [blame] | 40 | help |
| 41 | Renesas Ethernet AVB device driver. |
| 42 | This driver supports the following SoCs: |
| 43 | - R8A779x. |
| 44 | |
| 45 | endif # NET_VENDOR_RENESAS |