aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/fs_enet/Kconfig
blob: e27ee210b605ff0fa41da3197ce84a62a628183e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
	default y

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