blob: 6f2d0add7de6fe0547fe4c8e088c52d66aefbd7f [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001config 85xx
2 bool
3 depends on E500
4 default y
5
6config PPC_INDIRECT_PCI_BE
7 bool
8 depends on 85xx
9 default y
10
11menu "Freescale 85xx options"
12 depends on E500
13
14choice
15 prompt "Machine Type"
16 depends on 85xx
17 default MPC8540_ADS
18
19config MPC8540_ADS
20 bool "Freescale MPC8540 ADS"
21 help
22 This option enables support for the MPC 8540 ADS evaluation board.
23
Kumar Galac91999b2005-06-21 17:15:19 -070024config MPC8548_CDS
25 bool "Freescale MPC8548 CDS"
26 help
Matt LaPlantecab00892006-10-03 22:36:44 +020027 This option enables support for the MPC8548 CDS evaluation board.
Kumar Galac91999b2005-06-21 17:15:19 -070028
Linus Torvalds1da177e2005-04-16 15:20:36 -070029config MPC8555_CDS
30 bool "Freescale MPC8555 CDS"
31 help
Matt LaPlantecab00892006-10-03 22:36:44 +020032 This option enables support for the MPC8555 CDS evaluation board.
Linus Torvalds1da177e2005-04-16 15:20:36 -070033
34config MPC8560_ADS
35 bool "Freescale MPC8560 ADS"
36 help
37 This option enables support for the MPC 8560 ADS evaluation board.
38
39config SBC8560
40 bool "WindRiver PowerQUICC III SBC8560"
41 help
Kumar Galaa819f8b2005-12-09 11:57:44 -060042 This option enables support for the WindRiver PowerQUICC III
Linus Torvalds1da177e2005-04-16 15:20:36 -070043 SBC8560 board.
44
45config STX_GP3
46 bool "Silicon Turnkey Express GP3"
47 help
48 This option enables support for the Silicon Turnkey Express GP3
49 board.
50
Kumar Galaa819f8b2005-12-09 11:57:44 -060051config TQM8540
52 bool "TQ Components TQM8540"
53 help
Matt LaPlantecab00892006-10-03 22:36:44 +020054 This option enables support for the TQ Components TQM8540 board.
Kumar Galaa819f8b2005-12-09 11:57:44 -060055
56config TQM8541
57 bool "TQ Components TQM8541"
58 help
Matt LaPlantecab00892006-10-03 22:36:44 +020059 This option enables support for the TQ Components TQM8541 board.
Kumar Galaa819f8b2005-12-09 11:57:44 -060060
61config TQM8555
62 bool "TQ Components TQM8555"
63 help
Matt LaPlantecab00892006-10-03 22:36:44 +020064 This option enables support for the TQ Components TQM8555 board.
Kumar Galaa819f8b2005-12-09 11:57:44 -060065
66config TQM8560
67 bool "TQ Components TQM8560"
68 help
Matt LaPlantecab00892006-10-03 22:36:44 +020069 This option enables support for the TQ Components TQM8560 board.
Kumar Galaa819f8b2005-12-09 11:57:44 -060070
Linus Torvalds1da177e2005-04-16 15:20:36 -070071endchoice
72
73# It's often necessary to know the specific 85xx processor type.
74# Fortunately, it is implied (so far) from the board type, so we
75# don't need to ask more redundant questions.
76config MPC8540
77 bool
Kumar Galaa819f8b2005-12-09 11:57:44 -060078 depends on MPC8540_ADS || TQM8540
Linus Torvalds1da177e2005-04-16 15:20:36 -070079 default y
80
Kumar Galac91999b2005-06-21 17:15:19 -070081config MPC8548
82 bool
83 depends on MPC8548_CDS
84 default y
85
Linus Torvalds1da177e2005-04-16 15:20:36 -070086config MPC8555
87 bool
Kumar Galaa819f8b2005-12-09 11:57:44 -060088 depends on MPC8555_CDS || TQM8541 || TQM8555
Linus Torvalds1da177e2005-04-16 15:20:36 -070089 default y
90
91config MPC8560
92 bool
Kumar Galaa819f8b2005-12-09 11:57:44 -060093 depends on SBC8560 || MPC8560_ADS || STX_GP3 || TQM8560
Linus Torvalds1da177e2005-04-16 15:20:36 -070094 default y
95
96config 85xx_PCI2
Matt LaPlantecab00892006-10-03 22:36:44 +020097 bool "Support for 2nd PCI host controller"
Linus Torvalds1da177e2005-04-16 15:20:36 -070098 depends on MPC8555_CDS
99 default y
100
101config PPC_GEN550
102 bool
103 depends on MPC8540 || SBC8560 || MPC8555
104 default y
105
106endmenu