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/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/Kconfig')
-rw-r--r-- | arch/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 49813a4c9b8..603e6e7913b 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 |