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 /common | |
parent | 333e4a621dfcdf42ae2cb4ee6fff15c8ca50d608 (diff) | |
download | u-boot-83061dbd1c893a9abd1b2566785e100448e3f6a3.tar.gz u-boot-83061dbd1c893a9abd1b2566785e100448e3f6a3.tar.bz2 u-boot-83061dbd1c893a9abd1b2566785e100448e3f6a3.zip |
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/Kconfig | 4 |
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. |