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

# SPDX-License-Identifier: GPL-2.0-only
config CONFIG_TEGRA_MC
	bool "NVIDIA Tegra Memory Controller support"
	default y
	depends on CONFIG_ARCH_TEGRA
	help
	  This driver supports the Memory Controller (MC) hardware found on
	  NVIDIA Tegra SoCs.

config CONFIG_TEGRA20_EMC
	bool "NVIDIA Tegra20 External Memory Controller driver"
	default y
	depends on CONFIG_ARCH_TEGRA_2x_SOC
	help
	  This driver is for the External Memory Controller (EMC) found on
	  Tegra20 chips. The EMC controls the external DRAM on the board.
	  This driver is required to change memory timings / clock rate for
	  external memory.

config CONFIG_TEGRA124_EMC
	bool "NVIDIA Tegra124 External Memory Controller driver"
	default y
	depends on CONFIG_TEGRA_MC && CONFIG_ARCH_TEGRA_124_SOC
	help
	  This driver is for the External Memory Controller (EMC) found on
	  Tegra124 chips. The EMC controls the external DRAM on the board.
	  This driver is required to change memory timings / clock rate for
	  external memory.