blob: bb0ebdfd4459b5d9849e65989ee1209360e7dca7 [file] [log] [blame]
Kuninori Morimoto3ebb1742018-09-07 02:02:45 +00001# SPDX-License-Identifier: GPL-2.0
Jeff Kirsher37b93752011-06-25 03:53:13 -07002#
3# Renesas device configuration
4#
5
Sergei Shtylyovc1566332015-06-11 01:01:43 +03006config NET_VENDOR_RENESAS
7 bool "Renesas devices"
8 default y
9 ---help---
Paul Gortmaker138b15e2015-06-21 16:28:02 -040010 If you have a network (Ethernet) card belonging to this class, say Y.
Sergei Shtylyovc1566332015-06-11 01:01:43 +030011
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
17if NET_VENDOR_RENESAS
18
Jeff Kirsher37b93752011-06-25 03:53:13 -070019config SH_ETH
20 tristate "Renesas SuperH Ethernet support"
Simon Horman274ba622016-03-02 10:28:13 +090021 depends on ARCH_RENESAS || SUPERH || COMPILE_TEST
Jeff Kirsher37b93752011-06-25 03:53:13 -070022 select CRC32
Jeff Kirsher37b93752011-06-25 03:53:13 -070023 select MII
24 select MDIO_BITBANG
25 select PHYLIB
26 ---help---
27 Renesas SuperH Ethernet device driver.
28 This driver supporting CPUs are:
Yoshihiro Shimoda73a0d902012-04-04 18:37:10 +000029 - SH7619, SH7710, SH7712, SH7724, SH7734, SH7763, SH7757,
Sergei Shtylyovc099ff32016-09-27 01:23:26 +030030 R8A7740, R8A774x, R8A777x and R8A779x.
Sergei Shtylyovc1566332015-06-11 01:01:43 +030031
32config RAVB
33 tristate "Renesas Ethernet AVB support"
Simon Horman274ba622016-03-02 10:28:13 +090034 depends on ARCH_RENESAS || COMPILE_TEST
Sergei Shtylyovc1566332015-06-11 01:01:43 +030035 select CRC32
36 select MII
37 select MDIO_BITBANG
38 select PHYLIB
Nicolas Pitred1cbfd72016-11-11 00:10:07 -050039 imply PTP_1588_CLOCK
Sergei Shtylyovc1566332015-06-11 01:01:43 +030040 help
41 Renesas Ethernet AVB device driver.
42 This driver supports the following SoCs:
43 - R8A779x.
44
45endif # NET_VENDOR_RENESAS