blob: 85ec447c2d183ebc44eda3a3642cae8579cdffb7 [file] [log] [blame]
Jeff Kirsher37b93752011-06-25 03:53:13 -07001#
2# Renesas device configuration
3#
4
Sergei Shtylyovc1566332015-06-11 01:01:43 +03005config NET_VENDOR_RENESAS
6 bool "Renesas devices"
7 default y
8 ---help---
Paul Gortmaker138b15e2015-06-21 16:28:02 -04009 If you have a network (Ethernet) card belonging to this class, say Y.
Sergei Shtylyovc1566332015-06-11 01:01:43 +030010
11 Note that the answer to this question doesn't directly affect the
12 kernel: saying N will just cause the configurator to skip all
13 the questions about Renesas devices. If you say Y, you will be asked
14 for your specific device in the following questions.
15
16if NET_VENDOR_RENESAS
17
Jeff Kirsher37b93752011-06-25 03:53:13 -070018config SH_ETH
19 tristate "Renesas SuperH Ethernet support"
Geert Uytterhoevenb41e6a52013-07-10 23:03:34 +020020 depends on HAS_DMA
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"
34 depends on HAS_DMA
Simon Horman274ba622016-03-02 10:28:13 +090035 depends on ARCH_RENESAS || COMPILE_TEST
Sergei Shtylyovc1566332015-06-11 01:01:43 +030036 select CRC32
37 select MII
38 select MDIO_BITBANG
39 select PHYLIB
40 select PTP_1588_CLOCK
41 help
42 Renesas Ethernet AVB device driver.
43 This driver supports the following SoCs:
44 - R8A779x.
45
46endif # NET_VENDOR_RENESAS