summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-07-11 06:14:30 +0300
committerTom Rini <trini@konsulko.com>2021-07-28 21:29:36 +0300
commit83061dbd1c893a9abd1b2566785e100448e3f6a3 (patch)
tree6e35892334ffcbfcebd1d2f73e3e6a9fe5b3da3c /common
parent333e4a621dfcdf42ae2cb4ee6fff15c8ca50d608 (diff)
downloadu-boot-83061dbd1c893a9abd1b2566785e100448e3f6a3.tar.xz
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 'common')
-rw-r--r--common/spl/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 714c2b906e..7a29b3addd 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -636,7 +636,7 @@ config SPL_FPGA
as early as possible during boot, and this option can enable that
within SPL.
-config SPL_GPIO_SUPPORT
+config SPL_GPIO
bool "Support GPIO in SPL"
help
Enable support for GPIOs (General-purpose Input/Output) in SPL.
@@ -1490,7 +1490,7 @@ config TPL_ENV_SUPPORT
help
Enable environment support in TPL. See SPL_ENV_SUPPORT for details.
-config TPL_GPIO_SUPPORT
+config TPL_GPIO
bool "Support GPIO in TPL"
help
Enable support for GPIOs (General-purpose Input/Output) in TPL.