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

choice
	prompt "System type"
	default CONFIG_BFIN533_STAMP
	help
	  Select your board!

config CONFIG_BFIN533_EZKIT
	bool "BF533-EZKIT"
	help
	  CONFIG_BF533-EZKIT-LITE board support.

config CONFIG_BFIN533_STAMP
	bool "BF533-STAMP"
	help
	  CONFIG_BF533-STAMP board support.

config CONFIG_BLACKSTAMP
	bool "BlackStamp"
	help
	  Support for the BlackStamp board.  Hardware info available at
	  http://blackfin.uclinux.org/gf/project/blackstamp/

config CONFIG_BFIN533_BLUETECHNIX_CM
	bool "Bluetechnix CM-BF533"
	depends on (CONFIG_BF533)
	help
	  CM-CONFIG_BF533 support for EVAL- and DEV-Board.

config CONFIG_H8606_HVSISTEMAS
	bool "HV Sistemas H8606"
	depends on (CONFIG_BF532)
	help
	  HV Sistemas H8606 board support.

config CONFIG_BFIN532_IP0X
	bool "IP04/IP08 IP-PBX"
	depends on (CONFIG_BF532)
	help
	  Core support for IP04/IP04 open hardware IP-PBX.

endchoice