diff options
author | Simon Glass <sjg@chromium.org> | 2021-07-10 21:14:30 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-28 14:29:36 -0400 |
commit | 83061dbd1c893a9abd1b2566785e100448e3f6a3 (patch) | |
tree | 6e35892334ffcbfcebd1d2f73e3e6a9fe5b3da3c /arch/arm/mach-omap2/am33xx | |
parent | 333e4a621dfcdf42ae2cb4ee6fff15c8ca50d608 (diff) | |
download | u-boot-83061dbd1c893a9abd1b2566785e100448e3f6a3.tar.gz |
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-omap2/am33xx')
-rw-r--r-- | arch/arm/mach-omap2/am33xx/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/am33xx/Kconfig b/arch/arm/mach-omap2/am33xx/Kconfig index 51316b7a2b..70377f0686 100644 --- a/arch/arm/mach-omap2/am33xx/Kconfig +++ b/arch/arm/mach-omap2/am33xx/Kconfig @@ -41,7 +41,7 @@ config TARGET_AM335X_EVM imply SPL_ENV_SUPPORT imply SPL_FS_EXT4 imply SPL_FS_FAT - imply SPL_GPIO_SUPPORT + imply SPL_GPIO imply SPL_I2C_SUPPORT imply SPL_LIBCOMMON_SUPPORT imply SPL_LIBDISK_SUPPORT @@ -225,7 +225,7 @@ config TARGET_AM43XX_EVM imply SPL_ENV_SUPPORT imply SPL_FS_EXT4 imply SPL_FS_FAT - imply SPL_GPIO_SUPPORT + imply SPL_GPIO imply SPL_I2C_SUPPORT imply SPL_LIBCOMMON_SUPPORT imply SPL_LIBDISK_SUPPORT |