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

menuconfig CONFIG_MTD_HYPERBUS
	tristate "HyperBus support"
	depends on CONFIG_HAS_IOMEM
	select CONFIG_MTD_CFI
	select CONFIG_MTD_MAP_BANK_WIDTH_2
	select CONFIG_MTD_CFI_AMDSTD
	select CONFIG_MTD_COMPLEX_MAPPINGS
	help
	  This is the framework for the HyperBus which can be used by
	  the HyperBus Controller driver to communicate with
	  HyperFlash. See Cypress HyperBus specification for more
	  details

if CONFIG_MTD_HYPERBUS

config CONFIG_HBMC_AM654
	tristate "HyperBus controller driver for AM65x SoC"
	depends on CONFIG_ARM64 || CONFIG_COMPILE_TEST
	select CONFIG_MULTIPLEXER
	imply CONFIG_MUX_MMIO
	help
	 This is the driver for HyperBus controller on TI's AM65x and
	 other SoCs

endif # CONFIG_MTD_HYPERBUS