13ebb1744SKuninori Morimoto# SPDX-License-Identifier: GPL-2.0 237b93757SJeff Kirsher# 337b93757SJeff Kirsher# Renesas device configuration 437b93757SJeff Kirsher# 537b93757SJeff Kirsher 6c156633fSSergei Shtylyovconfig NET_VENDOR_RENESAS 7c156633fSSergei Shtylyov bool "Renesas devices" 8c156633fSSergei Shtylyov default y 9a7f7f624SMasahiro Yamada help 10138b15edSPaul Gortmaker If you have a network (Ethernet) card belonging to this class, say Y. 11c156633fSSergei Shtylyov 12c156633fSSergei Shtylyov Note that the answer to this question doesn't directly affect the 13c156633fSSergei Shtylyov kernel: saying N will just cause the configurator to skip all 14c156633fSSergei Shtylyov the questions about Renesas devices. If you say Y, you will be asked 15c156633fSSergei Shtylyov for your specific device in the following questions. 16c156633fSSergei Shtylyov 17c156633fSSergei Shtylyovif NET_VENDOR_RENESAS 18c156633fSSergei Shtylyov 1937b93757SJeff Kirsherconfig SH_ETH 2037b93757SJeff Kirsher tristate "Renesas SuperH Ethernet support" 21274ba628SSimon Horman depends on ARCH_RENESAS || SUPERH || COMPILE_TEST 2237b93757SJeff Kirsher select CRC32 2337b93757SJeff Kirsher select MII 2437b93757SJeff Kirsher select MDIO_BITBANG 2537b93757SJeff Kirsher select PHYLIB 26a7f7f624SMasahiro Yamada help 2737b93757SJeff Kirsher Renesas SuperH Ethernet device driver. 2837b93757SJeff Kirsher This driver supporting CPUs are: 2973a0d907SYoshihiro Shimoda - SH7619, SH7710, SH7712, SH7724, SH7734, SH7763, SH7757, 30c099ff3cSSergei Shtylyov R8A7740, R8A774x, R8A777x and R8A779x. 31c156633fSSergei Shtylyov 32c156633fSSergei Shtylyovconfig RAVB 33c156633fSSergei Shtylyov tristate "Renesas Ethernet AVB support" 34274ba628SSimon Horman depends on ARCH_RENESAS || COMPILE_TEST 35e5f31552SArnd Bergmann depends on PTP_1588_CLOCK_OPTIONAL 36c156633fSSergei Shtylyov select CRC32 37c156633fSSergei Shtylyov select MII 38c156633fSSergei Shtylyov select MDIO_BITBANG 39c156633fSSergei Shtylyov select PHYLIB 40c156633fSSergei Shtylyov help 41c156633fSSergei Shtylyov Renesas Ethernet AVB device driver. 42c156633fSSergei Shtylyov This driver supports the following SoCs: 43c156633fSSergei Shtylyov - R8A779x. 44c156633fSSergei Shtylyov 453590918bSYoshihiro Shimodaconfig RENESAS_ETHER_SWITCH 463590918bSYoshihiro Shimoda tristate "Renesas Ethernet Switch support" 473590918bSYoshihiro Shimoda depends on ARCH_RENESAS || COMPILE_TEST 48*76ad97e1SYoshihiro Shimoda depends on PTP_1588_CLOCK_OPTIONAL 493590918bSYoshihiro Shimoda select CRC32 503590918bSYoshihiro Shimoda select MII 513590918bSYoshihiro Shimoda select PHYLINK 523590918bSYoshihiro Shimoda help 533590918bSYoshihiro Shimoda Renesas Ethernet Switch device driver. 543590918bSYoshihiro Shimoda This driver supports the following SoCs: 553590918bSYoshihiro Shimoda - R8A779Fx. 563590918bSYoshihiro Shimoda 57c156633fSSergei Shtylyovendif # NET_VENDOR_RENESAS 58