[POWERPC] Select DEFAULT_UIMAGE for HPC-NET/8641
[deliverable/linux.git] / arch / powerpc / platforms / 86xx / Kconfig
CommitLineData
c9b484b5
JL
1menu "Platform Support"
2 depends on PPC_86xx
3
4choice
5 prompt "Machine Type"
6 default MPC8641_HPCN
7
8config MPC8641_HPCN
9 bool "Freescale MPC8641 HPCN"
f17607fb 10 select PPC_I8259
0e47e3cc 11 select DEFAULT_UIMAGE
c9b484b5
JL
12 help
13 This option enables support for the MPC8641 HPCN board.
14
15endchoice
16
17
18config MPC8641
19 bool
20 select PPC_INDIRECT_PCI
21 select PPC_UDBG_16550
22 default y if MPC8641_HPCN
23
24config MPIC
25 bool
26 default y
27
28config PPC_INDIRECT_PCI_BE
29 bool
30 depends on PPC_86xx
31 default y
32
c9b484b5 33endmenu
This page took 0.074681 seconds and 5 git commands to generate.