]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/powerpc/platforms/pasemi/Kconfig
PCI: consolidate PCI config entry in drivers/pci
[mirror_ubuntu-eoan-kernel.git] / arch / powerpc / platforms / pasemi / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
35a1245a 2config PPC_PASEMI
e5e16d8f 3 depends on PPC64 && PPC_BOOK3S && CPU_BIG_ENDIAN
35a1245a 4 bool "PA Semi SoC-based platforms"
35a1245a 5 select MPIC
eb01d42a 6 select FORCE_PCI
35a1245a 7 select PPC_UDBG_16550
35a1245a 8 select PPC_NATIVE
0d72ba93 9 select MPIC_BROKEN_REGREAD
35a1245a
KG
10 help
11 This option enables support for PA Semi's PWRficient line
12 of SoC processors, including PA6T-1682M
13
31c56d82
OJ
14menu "PA Semi PWRficient options"
15 depends on PPC_PASEMI
16
88c13e2f
DS
17config PPC_PASEMI_NEMO
18 bool "Nemo motherboard Support"
19 depends on PPC_PASEMI
20 select PPC_I8259
21 help
22 This option enables support for the 'Nemo' motherboard
23 used in A-Eons's Amigaone X1000. This consists of some
24 device tree patches and workarounds for the SB600 South
25 Bridge that provides SATA/USB/Audio.
26
31c56d82
OJ
27config PPC_PASEMI_IOMMU
28 bool "PA Semi IOMMU support"
29 depends on PPC_PASEMI
30 help
0d08a847 31 IOMMU support for PA Semi PWRficient
31c56d82 32
af289e80
OJ
33config PPC_PASEMI_IOMMU_DMA_FORCE
34 bool "Force DMA engine to use IOMMU"
35 depends on PPC_PASEMI_IOMMU
36 help
37 This option forces the use of the IOMMU also for the
38 DMA engine. Otherwise the kernel will use it only when
39 running under a hypervisor.
40
41 If in doubt, say "N".
42
116ab40d
OJ
43config PPC_PASEMI_MDIO
44 depends on PHYLIB
45 tristate "MDIO support via GPIO"
46 default y
47 help
48 Driver for MDIO via GPIO on PWRficient platforms
49
31c56d82 50endmenu