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
config CONFIG_EMBEDDED6xx
	bool "Embedded 6xx/7xx/7xxx-based boards"
	depends on CONFIG_PPC_BOOK3S_32 && CONFIG_BROKEN_ON_SMP

config CONFIG_LINKSTATION
	bool "Linkstation / Kurobox(HG) from Buffalo"
	depends on CONFIG_EMBEDDED6xx
	select CONFIG_MPIC
	select CONFIG_FSL_SOC
	select CONFIG_PPC_UDBG_16550 if CONFIG_SERIAL_8250
	select CONFIG_DEFAULT_UIMAGE
	select CONFIG_MPC10X_BRIDGE
	help
	  Select CONFIG_LINKSTATION if configuring for one of CONFIG_PPC- (MPC8241)
	  based NAS systems from Buffalo Technology. So far only
	  KuroboxHG has been tested. In the future classical Kurobox,
	  Linkstation-I HD-HLAN and HD-HGLAN versions, and CONFIG_PPC-based
	  Terastation systems should be supported too.

config CONFIG_STORCENTER
	bool "IOMEGA StorCenter"
	depends on CONFIG_EMBEDDED6xx
	select CONFIG_MPIC
	select CONFIG_FSL_SOC
	select CONFIG_PPC_UDBG_16550 if CONFIG_SERIAL_8250
	select CONFIG_MPC10X_BRIDGE
	help
	  Select CONFIG_STORCENTER if configuring for the iomega StorCenter
	  with an 8241 CPU in it.

config CONFIG_MPC7448HPC2
	bool "Freescale MPC7448HPC2(Taiga)"
	depends on CONFIG_EMBEDDED6xx
	select CONFIG_TSI108_BRIDGE
	select CONFIG_DEFAULT_UIMAGE
	select CONFIG_PPC_UDBG_16550
	help
	  Select CONFIG_MPC7448HPC2 if configuring for Freescale CONFIG_MPC7448HPC2 (Taiga)
	  platform

config CONFIG_PPC_HOLLY
	bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
	depends on CONFIG_EMBEDDED6xx
	select CONFIG_TSI108_BRIDGE
	select CONFIG_PPC_UDBG_16550
	help
	  Select CONFIG_PPC_HOLLY if configuring for an IBM 750GX/CL Eval
	  Board with TSI108/9 bridge (Hickory/Holly)

config CONFIG_MVME5100
	bool "Motorola/Emerson MVME5100"
	depends on CONFIG_EMBEDDED6xx
	select CONFIG_MPIC
	select CONFIG_FORCE_PCI
	select CONFIG_PPC_INDIRECT_PCI
	select CONFIG_PPC_I8259
	select CONFIG_PPC_NATIVE
	select CONFIG_PPC_UDBG_16550
	help
	  This option enables support for the Motorola (now Emerson) CONFIG_MVME5100
	  board.

config CONFIG_TSI108_BRIDGE
	bool
	select CONFIG_FORCE_PCI
	select CONFIG_MPIC
	select CONFIG_MPIC_WEIRD

config CONFIG_MPC10X_BRIDGE
	bool
	select CONFIG_PPC_INDIRECT_PCI

config CONFIG_MV64X60
	bool
	select CONFIG_PPC_INDIRECT_PCI
	select CONFIG_CHECK_CACHE_COHERENCY

config CONFIG_GAMECUBE_COMMON
	bool

config CONFIG_USBGECKO_UDBG
	bool "USB Gecko udbg console for the Nintendo GameCube/Wii"
	depends on CONFIG_GAMECUBE_COMMON
	help
	  If you say yes to this option, support will be included for the
	  CONFIG_USB Gecko adapter as an udbg console.
	  The CONFIG_USB Gecko is a EXI to CONFIG_USB Serial converter that can be plugged
	  into a memcard slot in the Nintendo GameCube/Wii.

	  This driver bypasses the EXI layer completely.

	  If in doubt, say N here.

config CONFIG_GAMECUBE
	bool "Nintendo-GameCube"
	depends on CONFIG_EMBEDDED6xx
	select CONFIG_GAMECUBE_COMMON
	help
	  Select CONFIG_GAMECUBE if configuring for the Nintendo GameCube.
	  More information at: <http://gc-linux.sourceforge.net/>

config CONFIG_WII
	bool "Nintendo-Wii"
	depends on CONFIG_EMBEDDED6xx
	select CONFIG_GAMECUBE_COMMON
	help
	  Select CONFIG_WII if configuring for the Nintendo Wii.
	  More information at: <http://gc-linux.sourceforge.net/>