GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / net / fs_enet / Kconfig
blobfc073b5a38c7c61543a9348d7fabb6d7327d3d2c
1 config FS_ENET
2        tristate "Freescale Ethernet Driver"
3        depends on CPM1 || CPM2 || PPC_MPC512x
4        select MII
5        select PHYLIB
7 config FS_ENET_MPC5121_FEC
8         def_bool y if (FS_ENET && PPC_MPC512x)
9         select FS_ENET_HAS_FEC
11 config FS_ENET_HAS_SCC
12         bool "Chip has an SCC usable for ethernet"
13         depends on FS_ENET && (CPM1 || CPM2)
14         default y
16 config FS_ENET_HAS_FCC
17         bool "Chip has an FCC usable for ethernet"
18         depends on FS_ENET && CPM2
19         default y
21 config FS_ENET_HAS_FEC
22         bool "Chip has an FEC usable for ethernet"
23         depends on FS_ENET && (CPM1 || FS_ENET_MPC5121_FEC)
24         select FS_ENET_MDIO_FEC
25         default y
27 config FS_ENET_MDIO_FEC
28         tristate "MDIO driver for FEC"
29         depends on FS_ENET && (CPM1 || FS_ENET_MPC5121_FEC)
31 config FS_ENET_MDIO_FCC
32         tristate "MDIO driver for FCC"
33         depends on FS_ENET && CPM2
34         select MDIO_BITBANG