Kconfig 1.2 KB
Newer Older
1
# SPDX-License-Identifier: GPL-2.0
2
config PPC_PASEMI
3
	depends on PPC64 && PPC_BOOK3S && CPU_BIG_ENDIAN
4 5
	bool "PA Semi SoC-based platforms"
	select MPIC
6
	select PCI
7 8
	select PPC_UDBG_16550
	select PPC_NATIVE
9
	select MPIC_BROKEN_REGREAD
10 11 12 13
	help
	  This option enables support for PA Semi's PWRficient line
	  of SoC processors, including PA6T-1682M

O
Olof Johansson 已提交
14 15 16
menu "PA Semi PWRficient options"
	depends on PPC_PASEMI

17 18 19 20 21 22 23 24 25 26
config PPC_PASEMI_NEMO
	bool "Nemo motherboard Support"
	depends on PPC_PASEMI
	select PPC_I8259
	help
	  This option enables support for the 'Nemo' motherboard
	  used in A-Eons's Amigaone X1000. This consists of some
	  device tree patches and workarounds for the SB600 South
	  Bridge that provides SATA/USB/Audio.

O
Olof Johansson 已提交
27 28 29 30
config PPC_PASEMI_IOMMU
	bool "PA Semi IOMMU support"
	depends on PPC_PASEMI
	help
31
	  IOMMU support for PA Semi PWRficient
O
Olof Johansson 已提交
32

O
Olof Johansson 已提交
33 34 35 36 37 38 39 40 41 42
config PPC_PASEMI_IOMMU_DMA_FORCE
	bool "Force DMA engine to use IOMMU"
	depends on PPC_PASEMI_IOMMU
	help
	  This option forces the use of the IOMMU also for the
	  DMA engine. Otherwise the kernel will use it only when
	  running under a hypervisor.

	  If in doubt, say "N".

43 44 45 46 47 48 49
config PPC_PASEMI_MDIO
	depends on PHYLIB
	tristate "MDIO support via GPIO"
	default y
	help
	  Driver for MDIO via GPIO on PWRficient platforms

O
Olof Johansson 已提交
50
endmenu