diff options
| author | Tom Rini <[email protected]> | 2022-06-08 08:24:33 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-06-28 17:03:31 -0400 |
| commit | 7ef53a3dc6dd3e7e2b66db52ab96feac2fe6b0dc (patch) | |
| tree | 72b200e7352b2d226ad3255b1b1697b7b4081f3b /arch | |
| parent | cbee8c1ac220d8aa3364b65d30d3eb17099e130f (diff) | |
Convert CONFIG_TEGRA_GPU to Kconfig
This converts the following to Kconfig:
CONFIG_TEGRA_GPU
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-tegra/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index 5309be9cc21..09ad2d6f5ae 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig @@ -178,6 +178,10 @@ source "arch/arm/mach-tegra/tegra124/Kconfig" source "arch/arm/mach-tegra/tegra210/Kconfig" source "arch/arm/mach-tegra/tegra186/Kconfig" +config TEGRA_GPU + bool "Enable setting up the GPU" + depends on TEGRA124 || TEGRA210 + config CMD_ENTERRCM bool "Enable 'enterrcm' command" default y |
