[IA64] pvops: preparation: introduce ia64_get_psr_i() to make kernel paravirtualizati...
[deliverable/linux.git] / drivers / net / fs_enet / Kconfig
CommitLineData
48257c4f
PA
1config FS_ENET
2 tristate "Freescale Ethernet Driver"
d1c0a65f 3 depends on CPM1 || CPM2
48257c4f 4 select MII
8a856397 5 select PHYLIB
48257c4f
PA
6
7config FS_ENET_HAS_SCC
8 bool "Chip has an SCC usable for ethernet"
9 depends on FS_ENET && (CPM1 || CPM2)
10 default y
11
12config FS_ENET_HAS_FCC
13 bool "Chip has an FCC usable for ethernet"
14 depends on FS_ENET && CPM2
15 default y
16
17config FS_ENET_HAS_FEC
18 bool "Chip has an FEC usable for ethernet"
19 depends on FS_ENET && CPM1
8a856397 20 select FS_ENET_MDIO_FEC
48257c4f
PA
21 default y
22
8a856397
JF
23config FS_ENET_MDIO_FEC
24 tristate "MDIO driver for FEC"
25 depends on FS_ENET && CPM1
26
27config FS_ENET_MDIO_FCC
28 tristate "MDIO driver for FCC"
29 depends on FS_ENET && CPM2
30 select MDIO_BITBANG
This page took 0.51509 seconds and 5 git commands to generate.