137b93757SJeff Kirsher# 237b93757SJeff Kirsher# Renesas device configuration 337b93757SJeff Kirsher# 437b93757SJeff Kirsher 5*c156633fSSergei Shtylyovconfig NET_VENDOR_RENESAS 6*c156633fSSergei Shtylyov bool "Renesas devices" 7*c156633fSSergei Shtylyov default y 8*c156633fSSergei Shtylyov ---help--- 9*c156633fSSergei Shtylyov If you have a network (Ethernet) card belonging to this class, say Y 10*c156633fSSergei Shtylyov and read the Ethernet-HOWTO, available from 11*c156633fSSergei Shtylyov <http://www.tldp.org/docs.html#howto>. 12*c156633fSSergei Shtylyov 13*c156633fSSergei Shtylyov Note that the answer to this question doesn't directly affect the 14*c156633fSSergei Shtylyov kernel: saying N will just cause the configurator to skip all 15*c156633fSSergei Shtylyov the questions about Renesas devices. If you say Y, you will be asked 16*c156633fSSergei Shtylyov for your specific device in the following questions. 17*c156633fSSergei Shtylyov 18*c156633fSSergei Shtylyovif NET_VENDOR_RENESAS 19*c156633fSSergei Shtylyov 2037b93757SJeff Kirsherconfig SH_ETH 2137b93757SJeff Kirsher tristate "Renesas SuperH Ethernet support" 22b41e6a51SGeert Uytterhoeven depends on HAS_DMA 23f6ec9c33SBartlomiej Zolnierkiewicz depends on ARCH_SHMOBILE || SUPERH || COMPILE_TEST 2437b93757SJeff Kirsher select CRC32 2537b93757SJeff Kirsher select MII 2637b93757SJeff Kirsher select MDIO_BITBANG 2737b93757SJeff Kirsher select PHYLIB 2837b93757SJeff Kirsher ---help--- 2937b93757SJeff Kirsher Renesas SuperH Ethernet device driver. 3037b93757SJeff Kirsher This driver supporting CPUs are: 3173a0d907SYoshihiro Shimoda - SH7619, SH7710, SH7712, SH7724, SH7734, SH7763, SH7757, 3294a12b15SSergei Shtylyov R8A7740, R8A777x and R8A779x. 33*c156633fSSergei Shtylyov 34*c156633fSSergei Shtylyovconfig RAVB 35*c156633fSSergei Shtylyov tristate "Renesas Ethernet AVB support" 36*c156633fSSergei Shtylyov depends on HAS_DMA 37*c156633fSSergei Shtylyov depends on ARCH_SHMOBILE || COMPILE_TEST 38*c156633fSSergei Shtylyov select CRC32 39*c156633fSSergei Shtylyov select MII 40*c156633fSSergei Shtylyov select MDIO_BITBANG 41*c156633fSSergei Shtylyov select PHYLIB 42*c156633fSSergei Shtylyov select PTP_1588_CLOCK 43*c156633fSSergei Shtylyov help 44*c156633fSSergei Shtylyov Renesas Ethernet AVB device driver. 45*c156633fSSergei Shtylyov This driver supports the following SoCs: 46*c156633fSSergei Shtylyov - R8A779x. 47*c156633fSSergei Shtylyov 48*c156633fSSergei Shtylyovendif # NET_VENDOR_RENESAS 49