[CPUFREQ] Fix up merge conflicts with recent ACPI changes.
[linux-drm-fsl-dcu.git] / arch / powerpc / platforms / 86xx / Kconfig
1 menu "Platform Support"
2         depends on PPC_86xx
3
4 choice
5         prompt "Machine Type"
6         default MPC8641_HPCN
7
8 config MPC8641_HPCN
9         bool "Freescale MPC8641 HPCN"
10         select PPC_I8259
11         select DEFAULT_UIMAGE
12         help
13           This option enables support for the MPC8641 HPCN board.
14
15 endchoice
16
17
18 config MPC8641
19         bool
20         select PPC_INDIRECT_PCI
21         select PPC_UDBG_16550
22         default y if MPC8641_HPCN
23
24 config MPIC
25         bool
26         default y
27
28 config PPC_INDIRECT_PCI_BE
29         bool
30         depends on PPC_86xx
31         default y
32
33 endmenu