]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/powerpc/platforms/86xx/Kconfig
[POWERPC] Create common fsl pci/e files based on 86xx platforms
[mirror_ubuntu-zesty-kernel.git] / 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
c9b484b5
JL
10 help
11 This option enables support for the MPC8641 HPCN board.
12
13endchoice
14
c9b484b5
JL
15config MPC8641
16 bool
55c44991
RZ
17 select PPC_INDIRECT_PCI_BE if PCI
18 select FSL_PCI if PCI
c9b484b5 19 select PPC_UDBG_16550
4a89f7fa 20 select MPIC
c9b484b5 21 default y if MPC8641_HPCN