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

# au1000-style gpio and interrupt controllers
config CONFIG_ALCHEMY_GPIOINT_AU1000
	bool

# au1300-style GPIO/INT controller
config CONFIG_ALCHEMY_GPIOINT_AU1300
	bool

choice
	prompt "Machine type"
	depends on CONFIG_MIPS_ALCHEMY
	default CONFIG_MIPS_DB1XXX

config CONFIG_MIPS_MTX1
	bool "4G Systems MTX-1 board"
	select CONFIG_HW_HAS_PCI
	select CONFIG_ALCHEMY_GPIOINT_AU1000
	select CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN
	select CONFIG_SYS_HAS_EARLY_PRINTK

config CONFIG_MIPS_DB1XXX
	bool "Alchemy DB1XXX / PB1XXX boards"
	select CONFIG_GPIOLIB
	select CONFIG_HW_HAS_PCI
	select CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN
	select CONFIG_SYS_HAS_EARLY_PRINTK
	help
	  Select this option if you have one of the following Alchemy
	  development boards:  DB1000 DB1500 DB1100 DB1550 DB1200 DB1300
			       PB1500 PB1100 PB1550 PB1200
	  Board type is autodetected during boot.

config CONFIG_MIPS_XXS1500
	bool "MyCable XXS1500 board"
	select CONFIG_ALCHEMY_GPIOINT_AU1000
	select CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN
	select CONFIG_SYS_HAS_EARLY_PRINTK

config CONFIG_MIPS_GPR
	bool "Trapeze ITS GPR board"
	select CONFIG_ALCHEMY_GPIOINT_AU1000
	select CONFIG_HW_HAS_PCI
	select CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN
	select CONFIG_SYS_HAS_EARLY_PRINTK

endchoice