Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

config CONFIG_PPC_PASEMI
	depends on CONFIG_PPC64 && CONFIG_PPC_BOOK3S && CONFIG_CPU_BIG_ENDIAN
	bool "PA Semi SoC-based platforms"
	default n
	select CONFIG_MPIC
	select CONFIG_PCI
	select CONFIG_PPC_UDBG_16550
	select CONFIG_PPC_NATIVE
	select CONFIG_MPIC_BROKEN_REGREAD
	help
	  This option enables support for PA Semi's PWRficient line
	  of SoC processors, including PA6T-1682M

menu "PA Semi PWRficient options"
	depends on CONFIG_PPC_PASEMI

config CONFIG_PPC_PASEMI_NEMO
	bool "Nemo motherboard Support"
	depends on CONFIG_PPC_PASEMI
	select CONFIG_PPC_I8259
	help
	  This option enables support for the 'Nemo' motherboard
	  used in CONFIG_A-Eons's Amigaone X1000. This consists of some
	  device tree patches and workarounds for the SB600 South
	  Bridge that provides SATA/CONFIG_USB/Audio.

config CONFIG_PPC_PASEMI_IOMMU
	bool "PA Semi IOMMU support"
	depends on CONFIG_PPC_PASEMI
	help
	  IOMMU support for PA Semi PWRficient

config CONFIG_PPC_PASEMI_IOMMU_DMA_FORCE
	bool "Force DMA engine to use IOMMU"
	depends on CONFIG_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".

config CONFIG_PPC_PASEMI_MDIO
	depends on CONFIG_PHYLIB
	tristate "MDIO support via GPIO"
	default y
	help
	  Driver for CONFIG_MDIO via GPIO on PWRficient platforms

endmenu