Jeff Kirsher | 37b9375 | 2011-06-25 03:53:13 -0700 | [diff] [blame] | 1 | # |
| 2 | # Renesas device configuration |
| 3 | # |
| 4 | |
| 5 | config SH_ETH |
| 6 | tristate "Renesas SuperH Ethernet support" |
Geert Uytterhoeven | b41e6a5 | 2013-07-10 23:03:34 +0200 | [diff] [blame^] | 7 | depends on HAS_DMA |
Jeff Kirsher | 37b9375 | 2011-06-25 03:53:13 -0700 | [diff] [blame] | 8 | select CRC32 |
Jeff Kirsher | 37b9375 | 2011-06-25 03:53:13 -0700 | [diff] [blame] | 9 | select MII |
| 10 | select MDIO_BITBANG |
| 11 | select PHYLIB |
| 12 | ---help--- |
| 13 | Renesas SuperH Ethernet device driver. |
| 14 | This driver supporting CPUs are: |
Yoshihiro Shimoda | 73a0d90 | 2012-04-04 18:37:10 +0000 | [diff] [blame] | 15 | - SH7619, SH7710, SH7712, SH7724, SH7734, SH7763, SH7757, |
Phil Edworthy | d0418bb | 2012-08-14 20:33:29 +0000 | [diff] [blame] | 16 | R8A7740 and R8A7779. |