Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Renesas device configuration
0004 #
0005 
0006 config NET_VENDOR_RENESAS
0007         bool "Renesas devices"
0008         default y
0009         help
0010           If you have a network (Ethernet) card belonging to this class, say Y.
0011 
0012           Note that the answer to this question doesn't directly affect the
0013           kernel: saying N will just cause the configurator to skip all
0014           the questions about Renesas devices. If you say Y, you will be asked
0015           for your specific device in the following questions.
0016 
0017 if NET_VENDOR_RENESAS
0018 
0019 config SH_ETH
0020         tristate "Renesas SuperH Ethernet support"
0021         depends on ARCH_RENESAS || SUPERH || COMPILE_TEST
0022         select CRC32
0023         select MII
0024         select MDIO_BITBANG
0025         select PHYLIB
0026         help
0027           Renesas SuperH Ethernet device driver.
0028           This driver supporting CPUs are:
0029                 - SH7619, SH7710, SH7712, SH7724, SH7734, SH7763, SH7757,
0030                   R8A7740, R8A774x, R8A777x and R8A779x.
0031 
0032 config RAVB
0033         tristate "Renesas Ethernet AVB support"
0034         depends on ARCH_RENESAS || COMPILE_TEST
0035         depends on PTP_1588_CLOCK_OPTIONAL
0036         select CRC32
0037         select MII
0038         select MDIO_BITBANG
0039         select PHYLIB
0040         help
0041           Renesas Ethernet AVB device driver.
0042           This driver supports the following SoCs:
0043                 - R8A779x.
0044 
0045 endif # NET_VENDOR_RENESAS