]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/net/ethernet/renesas/Kconfig
Merge tag 'rtc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
[mirror_ubuntu-jammy-kernel.git] / drivers / net / ethernet / renesas / Kconfig
CommitLineData
3ebb1744 1# SPDX-License-Identifier: GPL-2.0
37b93757
JK
2#
3# Renesas device configuration
4#
5
c156633f
SS
6config NET_VENDOR_RENESAS
7 bool "Renesas devices"
8 default y
a7f7f624 9 help
138b15ed 10 If you have a network (Ethernet) card belonging to this class, say Y.
c156633f
SS
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
17if NET_VENDOR_RENESAS
18
37b93757
JK
19config SH_ETH
20 tristate "Renesas SuperH Ethernet support"
274ba628 21 depends on ARCH_RENESAS || SUPERH || COMPILE_TEST
37b93757
JK
22 select CRC32
23 select MII
24 select MDIO_BITBANG
25 select PHYLIB
a7f7f624 26 help
37b93757
JK
27 Renesas SuperH Ethernet device driver.
28 This driver supporting CPUs are:
73a0d907 29 - SH7619, SH7710, SH7712, SH7724, SH7734, SH7763, SH7757,
c099ff3c 30 R8A7740, R8A774x, R8A777x and R8A779x.
c156633f
SS
31
32config RAVB
33 tristate "Renesas Ethernet AVB support"
274ba628 34 depends on ARCH_RENESAS || COMPILE_TEST
c156633f
SS
35 select CRC32
36 select MII
37 select MDIO_BITBANG
38 select PHYLIB
d1cbfd77 39 imply PTP_1588_CLOCK
c156633f
SS
40 help
41 Renesas Ethernet AVB device driver.
42 This driver supports the following SoCs:
43 - R8A779x.
44
45endif # NET_VENDOR_RENESAS