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

# SPDX-License-Identifier: GPL-2.0
menuconfig CONFIG_PPC_82xx
	bool "82xx-based boards (PQ II)"
	depends on CONFIG_PPC_BOOK3S_32

if CONFIG_PPC_82xx

config CONFIG_MPC8272_ADS
	bool "Freescale MPC8272 ADS"
	select CONFIG_DEFAULT_UIMAGE
	select CONFIG_PQ2ADS
	select CONFIG_8272
	select CONFIG_8260
	select CONFIG_FSL_SOC
	select CONFIG_PQ2_ADS_PCI_PIC if CONFIG_PCI
	help
	  This option enables support for the MPC8272 ADS board

config CONFIG_PQ2FADS
	bool "Freescale PQ2FADS"
	select CONFIG_DEFAULT_UIMAGE
	select CONFIG_PQ2ADS
	select CONFIG_8260
	select CONFIG_FSL_SOC
	select CONFIG_PQ2_ADS_PCI_PIC if CONFIG_PCI
	help
	  This option enables support for the CONFIG_PQ2FADS board

config CONFIG_EP8248E
	bool "Embedded Planet EP8248E (a.k.a. CWH-PPC-8248N-VE)"
	select CONFIG_8272
	select CONFIG_8260
	select CONFIG_FSL_SOC
	select CONFIG_PHYLIB if CONFIG_NETDEVICES
	select CONFIG_MDIO_BITBANG if CONFIG_PHYLIB
	help
	  This enables support for the Embedded Planet CONFIG_EP8248E board.

	  This board is also resold by Freescale as the QUICCStart
	  MPC8248 Evaluation System and/or the CWH-CONFIG_PPC-8248N-VE.

config CONFIG_MGCOGE
	bool "Keymile MGCOGE"
	select CONFIG_8272
	select CONFIG_8260
	select CONFIG_FSL_SOC
	help
	  This enables support for the Keymile CONFIG_MGCOGE board.

endif

config CONFIG_PQ2ADS
	bool

config CONFIG_8260
	bool
	depends on CONFIG_PPC_BOOK3S_32
	select CONFIG_CPM2
	help
	  The MPC8260 is a typical embedded CPU made by Freescale.  Selecting
	  this option means that you wish to build a kernel for a machine with
	  an CONFIG_8260 class CPU.

config CONFIG_8272
	bool
	select CONFIG_8260
	help
	  The MPC8272 CONFIG_CPM has a different internal dpram setup than other CONFIG_CPM2
	  devices

config CONFIG_PQ2_ADS_PCI_PIC
	bool