aboutsummaryrefslogtreecommitdiff
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-07-10 21:14:30 -0600
committerTom Rini <trini@konsulko.com>2021-07-28 14:29:36 -0400
commit83061dbd1c893a9abd1b2566785e100448e3f6a3 (patch)
tree6e35892334ffcbfcebd1d2f73e3e6a9fe5b3da3c /arch/Kconfig
parent333e4a621dfcdf42ae2cb4ee6fff15c8ca50d608 (diff)
downloadu-boot-83061dbd1c893a9abd1b2566785e100448e3f6a3.zip
u-boot-83061dbd1c893a9abd1b2566785e100448e3f6a3.tar.gz
u-boot-83061dbd1c893a9abd1b2566785e100448e3f6a3.tar.bz2
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/Kconfig')
-rw-r--r--arch/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 49813a4..603e6e7 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -230,7 +230,7 @@ config X86
imply SPL_DM
imply SPL_OF_LIBFDT
imply SPL_DRIVERS_MISC_SUPPORT
- imply SPL_GPIO_SUPPORT
+ imply SPL_GPIO
imply SPL_PINCTRL
imply SPL_LIBCOMMON_SUPPORT
imply SPL_LIBGENERIC_SUPPORT
@@ -244,7 +244,7 @@ config X86
# TPL
imply TPL_DM
imply TPL_DRIVERS_MISC_SUPPORT
- imply TPL_GPIO_SUPPORT
+ imply TPL_GPIO
imply TPL_PINCTRL
imply TPL_LIBCOMMON_SUPPORT
imply TPL_LIBGENERIC_SUPPORT