Merge branch 'amd-iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro...
[deliverable/linux.git] / drivers / net / fs_enet / Kconfig
1 config FS_ENET
2 tristate "Freescale Ethernet Driver"
3 depends on CPM1 || CPM2
4 select MII
5 select PHYLIB
6
7 config FS_ENET_HAS_SCC
8 bool "Chip has an SCC usable for ethernet"
9 depends on FS_ENET && (CPM1 || CPM2)
10 default y
11
12 config FS_ENET_HAS_FCC
13 bool "Chip has an FCC usable for ethernet"
14 depends on FS_ENET && CPM2
15 default y
16
17 config FS_ENET_HAS_FEC
18 bool "Chip has an FEC usable for ethernet"
19 depends on FS_ENET && CPM1
20 select FS_ENET_MDIO_FEC
21 default y
22
23 config FS_ENET_MDIO_FEC
24 tristate "MDIO driver for FEC"
25 depends on FS_ENET && CPM1
26
27 config FS_ENET_MDIO_FCC
28 tristate "MDIO driver for FCC"
29 depends on FS_ENET && CPM2
30 select MDIO_BITBANG
This page took 0.032005 seconds and 5 git commands to generate.