Newer
Older
barebox / drivers / memory / Kconfig
@Lucas Stach Lucas Stach on 30 Mar 2017 335 bytes add driver for Tegra124 memory controller
menu "Memory controller drivers"

config MC_TEGRA124
	bool "Support for Tegra124 memory controller"
	depends on ARCH_TEGRA
	help
	  Say yes here to include the driver for the memory controller found on
	  the Tegra124 SoC. This driver performs the necessary initialization
	  to provide a function GPU when the OS is running.

endmenu