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

menu "Companion Chips"

config CONFIG_HD6446X_SERIES
	bool

choice
	prompt "HD6446x options"
	depends on CONFIG_HD6446X_SERIES
	default CONFIG_HD64461

config CONFIG_HD64461
	bool "Hitachi HD64461 companion chip support"
	---help---
	  The Hitachi CONFIG_HD64461 provides an interface for
	  the SH7709 CPU, supporting a LCD controller,
	  CRT color controller, IrDA up to 4 Mbps, and a
	  CONFIG_PCMCIA controller supporting 2 slots.

	  More information is available at
	  <http://semiconductor.hitachi.com/windowsce/superh/sld013.htm>.

	  Say Y if you want support for the CONFIG_HD64461.
	  Otherwise, say N.

endchoice

# These will also be split into the Kconfig's below
config CONFIG_HD64461_IRQ
	int "HD64461 IRQ"
	depends on CONFIG_HD64461
	default "36"
	help
	  The default setting of the CONFIG_HD64461 IRQ is 36.

	  Do not change this unless you know what you are doing.

config CONFIG_HD64461_ENABLER
	bool "HD64461 PCMCIA enabler"
	depends on CONFIG_HD64461
	help
	  Say Y here if you want to enable CONFIG_PCMCIA support
	  via the CONFIG_HD64461 companion chip.
	  Otherwise, say N.

endmenu