diff options
author | Simon Glass | 2021-07-10 21:14:30 -0600 |
---|---|---|
committer | Tom Rini | 2021-07-28 14:29:36 -0400 |
commit | 83061dbd1c893a9abd1b2566785e100448e3f6a3 (patch) | |
tree | 6e35892334ffcbfcebd1d2f73e3e6a9fe5b3da3c /arch/arm/mach-tegra/Kconfig | |
parent | 333e4a621dfcdf42ae2cb4ee6fff15c8ca50d608 (diff) |
Rename GPIO_SUPPORT to GPIO
Rename these options so that CONFIG_IS_ENABLED can be used with them.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-tegra/Kconfig')
-rw-r--r-- | arch/arm/mach-tegra/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index a397748b72b..478c7a9e388 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig @@ -1,6 +1,6 @@ if ARCH_TEGRA -config SPL_GPIO_SUPPORT +config SPL_GPIO default y config SPL_LIBCOMMON_SUPPORT |