summaryrefslogtreecommitdiffstats
path: root/drivers/memory/Kconfig
blob: 973931c7705f54facedd6b1c503dbffcb22bb6b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-License-Identifier: GPL-2.0
menu "Memory controller drivers"

config MC_TEGRA124
	bool "Support for Tegra124 memory controller"
	depends on ARCH_TEGRA || COMPILE_TEST
	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