]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - arch/powerpc/platforms/86xx/Kconfig
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / arch / powerpc / platforms / 86xx / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
d8267c1a
KG
2config PPC_86xx
3menuconfig PPC_86xx
4 bool "86xx-based boards"
28794d34 5 depends on 6xx
d8267c1a
KG
6 select FSL_SOC
7 select ALTIVEC
8 help
9 The Freescale E600 SoCs have 74xx cores.
10
11if PPC_86xx
c9b484b5
JL
12
13config MPC8641_HPCN
14 bool "Freescale MPC8641 HPCN"
f17607fb 15 select PPC_I8259
0e47e3cc 16 select DEFAULT_UIMAGE
e0f278ad 17 select FSL_ULI1575 if PCI
f1f389d5 18 select HAS_RAPIDIO
5cef379b 19 select SWIOTLB
c9b484b5
JL
20 help
21 This option enables support for the MPC8641 HPCN board.
22
4e8aae89
PG
23config SBC8641D
24 bool "Wind River SBC8641D"
25 select DEFAULT_UIMAGE
26 help
27 This option enables support for the WRS SBC8641D board.
28
0e65bfe3
XX
29config MPC8610_HPCD
30 bool "Freescale MPC8610 HPCD"
31 select DEFAULT_UIMAGE
e0f278ad 32 select FSL_ULI1575 if PCI
0e65bfe3
XX
33 help
34 This option enables support for the MPC8610 HPCD board.
35
740d36ae 36config GEF_PPC9A
948e78c3 37 bool "GE PPC9A"
740d36ae 38 select DEFAULT_UIMAGE
3bc26562 39 select MMIO_NVRAM
86c55af4 40 select GPIOLIB
330bbf48 41 select GE_FPGA
740d36ae 42 help
948e78c3 43 This option enables support for the GE PPC9A.
740d36ae 44
bb2b66dc 45config GEF_SBC310
948e78c3 46 bool "GE SBC310"
bb2b66dc 47 select DEFAULT_UIMAGE
9093067a 48 select MMIO_NVRAM
86c55af4 49 select GPIOLIB
330bbf48 50 select GE_FPGA
bb2b66dc 51 help
948e78c3 52 This option enables support for the GE SBC310.
bb2b66dc 53
54508214 54config GEF_SBC610
948e78c3 55 bool "GE SBC610"
54508214 56 select DEFAULT_UIMAGE
0d81df87 57 select MMIO_NVRAM
86c55af4 58 select GPIOLIB
330bbf48 59 select GE_FPGA
54508214
MW
60 select HAS_RAPIDIO
61 help
948e78c3 62 This option enables support for the GE SBC610.
54508214 63
97493e2e
AIB
64config MVME7100
65 bool "Artesyn MVME7100"
66 help
67 This option enables support for the Emerson/Artesyn MVME7100 board.
68
d8267c1a 69endif
c9b484b5 70
c9b484b5
JL
71config MPC8641
72 bool
b500563b 73 select PPC_PCI_CHOICE
55c44991 74 select FSL_PCI if PCI
c9b484b5 75 select PPC_UDBG_16550
4a89f7fa 76 select MPIC
97493e2e
AIB
77 default y if MPC8641_HPCN || SBC8641D || GEF_SBC610 || GEF_SBC310 || GEF_PPC9A \
78 || MVME7100
0e65bfe3
XX
79
80config MPC8610
81 bool
b500563b 82 select PPC_PCI_CHOICE
0e65bfe3
XX
83 select FSL_PCI if PCI
84 select PPC_UDBG_16550
85 select MPIC
86 default y if MPC8610_HPCD