aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/fs_enet/Kconfig
blob: 2765e49e07df121982e8c4ebe5bc4f0bff2f28b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
config FS_ENET
       tristate "Freescale Ethernet Driver"
       depends on CPM1 || CPM2
       select MII

config FS_ENET_HAS_SCC
	bool "Chip has an SCC usable for ethernet"
	depends on FS_ENET && (CPM1 || CPM2)
	default y

config FS_ENET_HAS_FCC
	bool "Chip has an FCC usable for ethernet"
	depends on FS_ENET && CPM2
	select MDIO_BITBANG
	default y

config FS_ENET_HAS_FEC
	bool "Chip has an FEC usable for ethernet"
	depends on FS_ENET && CPM1
	default y