]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/net/fs_enet/Kconfig
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394...
[linux-2.6-omap-h63xx.git] / drivers / net / fs_enet / Kconfig
1 config FS_ENET
2        tristate "Freescale Ethernet Driver"
3        depends on CPM1 || CPM2
4        select MII
5
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
10
11 config FS_ENET_HAS_FCC
12         bool "Chip has an FCC usable for ethernet"
13         depends on FS_ENET && CPM2
14         default y
15
16 config FS_ENET_HAS_FEC
17         bool "Chip has an FEC usable for ethernet"
18         depends on FS_ENET && CPM1
19         default y
20