ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / arch / ppc / 8260_io / Kconfig
1 #
2 # MPC8260 Communication options
3 #
4
5 menu "MPC8260 CPM Options"
6         depends on 8260
7
8 config SCC_CONSOLE
9         bool "Enable SCC Console"
10
11 config SCC_ENET
12         bool "CPM SCC Ethernet"
13         depends on NET_ETHERNET
14
15 #
16 #  CONFIG_FEC_ENET is only used to get netdevices to call our init
17 #    function.  Any combination of FCC1,2,3 are supported.
18 #
19 config FEC_ENET
20         bool "FCC Ethernet"
21         depends on NET_ETHERNET
22
23 config FCC1_ENET
24         bool "Ethernet on FCC1"
25         depends on FEC_ENET
26         help
27           Use MPC8260 fast Ethernet controller 1 to drive Ethernet (default).
28
29 config FCC2_ENET
30         bool "Ethernet on FCC2"
31         depends on FEC_ENET
32         help
33           Use MPC8260 fast Ethernet controller 2 to drive Ethernet.
34
35 config FCC3_ENET
36         bool "Ethernet on FCC3"
37         depends on FEC_ENET
38         help
39           Use MPC8260 fast Ethernet controller 3 to drive Ethernet.
40
41 config USE_MDIO
42         bool "Use MDIO for PHY configuration"
43         depends on FEC_ENET
44
45 choice
46         prompt "Type of PHY"
47         depends on 8260 && USE_MDIO
48         default FCC_LXT971
49
50 config FCC_LXT970
51         bool "LXT970"
52
53 config FCC_LXT971
54         bool "LXT971"
55
56 config FCC_QS6612
57         bool "QS6612"
58
59 endchoice
60 endmenu
61