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_ACADIA
	bool "Acadia"
	depends on CONFIG_40x
	default n
	select CONFIG_PPC40x_SIMPLE
	select CONFIG_405EZ
	help
	  This option enables support for the AMCC CONFIG_405EZ Acadia evaluation board.

config CONFIG_EP405
	bool "EP405/EP405PC"
	depends on CONFIG_40x
	default n
	select CONFIG_405GP
	select CONFIG_PCI
	help
	  This option enables support for the CONFIG_EP405/EP405PC boards.

config CONFIG_HOTFOOT
        bool "Hotfoot"
	depends on CONFIG_40x
	default n
	select CONFIG_PPC40x_SIMPLE
	select CONFIG_PCI
        help
	 This option enables support for the ESTEEM 195E Hotfoot board.

config CONFIG_KILAUEA
	bool "Kilauea"
	depends on CONFIG_40x
	default n
	select CONFIG_405EX
	select CONFIG_PPC40x_SIMPLE
	select CONFIG_PPC4xx_PCI_EXPRESS
	select CONFIG_PCI_MSI
	select CONFIG_PPC4xx_MSI
	help
	  This option enables support for the AMCC PPC405EX evaluation board.

config CONFIG_MAKALU
	bool "Makalu"
	depends on CONFIG_40x
	default n
	select CONFIG_405EX
	select CONFIG_PCI
	select CONFIG_PPC4xx_PCI_EXPRESS
	select CONFIG_PPC40x_SIMPLE
	help
	  This option enables support for the AMCC PPC405EX board.

config CONFIG_WALNUT
	bool "Walnut"
	depends on CONFIG_40x
	default y
	select CONFIG_405GP
	select CONFIG_PCI
	select CONFIG_OF_RTC
	help
	  This option enables support for the IBM PPC405GP evaluation board.

config CONFIG_XILINX_VIRTEX_GENERIC_BOARD
	bool "Generic Xilinx Virtex board"
	depends on CONFIG_40x
	default n
	select CONFIG_XILINX_VIRTEX_II_PRO
	select CONFIG_XILINX_VIRTEX_4_FX
	select CONFIG_XILINX_INTC
	help
	  This option enables generic support for Xilinx Virtex based boards.

	  The generic virtex board support matches any device tree which
	  specifies 'xilinx,virtex' in its compatible field.  This includes
	  the Xilinx ML3xx and ML4xx reference designs using the powerpc
	  core.

	  Most Virtex designs should use this unless it needs to do some
	  special configuration at board probe time.

config CONFIG_OBS600
	bool "OpenBlockS 600"
	depends on CONFIG_40x
	default n
	select CONFIG_405EX
	select CONFIG_PPC40x_SIMPLE
	help
	  This option enables support for PlatHome OpenBlockS 600 server


config CONFIG_PPC40x_SIMPLE
	bool "Simple PowerPC 40x board support"
	depends on CONFIG_40x
	default n
	help
	  This option enables the simple PowerPC CONFIG_40x platform support.

# OAK doesn't exist but wanted to keep this around for any future CONFIG_403GCX boards
config CONFIG_403GCX
	bool
	#depends on OAK
	select CONFIG_IBM405_ERR51

config CONFIG_405GP
	bool
	select CONFIG_IBM405_ERR77
	select CONFIG_IBM405_ERR51
	select CONFIG_IBM_EMAC_ZMII if CONFIG_IBM_EMAC

config CONFIG_405EX
	bool
	select CONFIG_IBM_EMAC_EMAC4 if CONFIG_IBM_EMAC
	select CONFIG_IBM_EMAC_RGMII if CONFIG_IBM_EMAC

config CONFIG_405EZ
	bool
	select CONFIG_IBM_EMAC_NO_FLOW_CTRL if CONFIG_IBM_EMAC
	select CONFIG_IBM_EMAC_MAL_CLR_ICINTSTAT if CONFIG_IBM_EMAC
	select CONFIG_IBM_EMAC_MAL_COMMON_ERR if CONFIG_IBM_EMAC

config CONFIG_XILINX_VIRTEX
	bool
	select CONFIG_DEFAULT_UIMAGE

config CONFIG_XILINX_VIRTEX_II_PRO
	bool
	select CONFIG_XILINX_VIRTEX
	select CONFIG_IBM405_ERR77
	select CONFIG_IBM405_ERR51

config CONFIG_XILINX_VIRTEX_4_FX
	bool
	select CONFIG_XILINX_VIRTEX

config CONFIG_STB03xxx
	bool
	select CONFIG_IBM405_ERR77
	select CONFIG_IBM405_ERR51

config CONFIG_PPC4xx_GPIO
	bool "PPC4xx GPIO support"
	depends on CONFIG_40x
	select CONFIG_GPIOLIB
	help
	  Enable gpiolib support for ppc40x based boards

# CONFIG_40x errata/workaround config symbols, selected by the CPU models above

# All 405-based cores up until the 405GPR and 405EP have this errata.
config CONFIG_IBM405_ERR77
	bool

# All CONFIG_40x-based cores, up until the 405GPR and 405EP have this errata.
config CONFIG_IBM405_ERR51
	bool

config CONFIG_APM8018X
	bool "APM8018X"
	depends on CONFIG_40x
	default n
	select CONFIG_PPC40x_SIMPLE
	help
	  This option enables support for the AppliedMicro CONFIG_APM8018X evaluation
	  board.