1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Aeroflex Gaisler network device configuration
4#
5
6config GRETH
7	tristate "Aeroflex Gaisler GRETH Ethernet MAC support"
8	depends on SPARC
9	select PHYLIB
10	select CRC32
11	help
12	  Say Y here if you want to use the Aeroflex Gaisler GRETH Ethernet MAC.
13