Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzilla...
[linux-2.6] / arch / powerpc / platforms / 86xx / Kconfig
CommitLineData
c9b484b5 1choice
b9fd305d 2 prompt "86xx Board Type"
4a89f7fa 3 depends on PPC_86xx
c9b484b5
JL
4 default MPC8641_HPCN
5
6config MPC8641_HPCN
7 bool "Freescale MPC8641 HPCN"
f17607fb 8 select PPC_I8259
0e47e3cc 9 select DEFAULT_UIMAGE
b66510cb 10 select FSL_ULI1575
c9b484b5
JL
11 help
12 This option enables support for the MPC8641 HPCN board.
13
4e8aae89
PG
14config SBC8641D
15 bool "Wind River SBC8641D"
16 select DEFAULT_UIMAGE
17 help
18 This option enables support for the WRS SBC8641D board.
19
0e65bfe3
XX
20config MPC8610_HPCD
21 bool "Freescale MPC8610 HPCD"
22 select DEFAULT_UIMAGE
23 help
24 This option enables support for the MPC8610 HPCD board.
25
c9b484b5
JL
26endchoice
27
c9b484b5
JL
28config MPC8641
29 bool
55c44991 30 select FSL_PCI if PCI
c9b484b5 31 select PPC_UDBG_16550
4a89f7fa 32 select MPIC
4e8aae89 33 default y if MPC8641_HPCN || SBC8641D
0e65bfe3
XX
34
35config MPC8610
36 bool
37 select FSL_PCI if PCI
38 select PPC_UDBG_16550
39 select MPIC
40 default y if MPC8610_HPCD