allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / drivers / net / fs_enet / Kconfig
blob6aaee67dd4b78037d428f8d456fa5ef594e6786f
1 config FS_ENET
2        tristate "Freescale Ethernet Driver"
3        depends on NET_ETHERNET && (CPM1 || CPM2)
4        select MII
6 config FS_ENET_HAS_SCC
7         bool "Chip has an SCC usable for ethernet"
8         depends on FS_ENET && (CPM1 || CPM2)
9         default y
11 config FS_ENET_HAS_FCC
12         bool "Chip has an FCC usable for ethernet"
13         depends on FS_ENET && CPM2
14         default y
16 config FS_ENET_HAS_FEC
17         bool "Chip has an FEC usable for ethernet"
18         depends on FS_ENET && CPM1
19         default y