Convert CONFIG_TEGRA_GPU to Kconfig

This converts the following to Kconfig:
   CONFIG_TEGRA_GPU

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2022-06-08 08:24:33 -04:00
parent cbee8c1ac2
commit 7ef53a3dc6
12 changed files with 13 additions and 6 deletions

View File

@@ -57,7 +57,4 @@
/* Defines for SPL */
/* GPU needs setup */
#define CONFIG_TEGRA_GPU
#endif /* _TEGRA124_COMMON_H_ */

View File

@@ -46,7 +46,4 @@
"fdt_addr_r=0x83000000\0" \
"ramdisk_addr_r=0x83420000\0"
/* GPU needs setup */
#define CONFIG_TEGRA_GPU
#endif /* _TEGRA210_COMMON_H_ */