commit | 83061dbd1c893a9abd1b2566785e100448e3f6a3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 10 21:14:30 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 28 14:29:36 2021 -0400 |
tree | 6e35892334ffcbfcebd1d2f73e3e6a9fe5b3da3c | |
parent | 333e4a621dfcdf42ae2cb4ee6fff15c8ca50d608 [diff] [blame] |
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>
diff --git a/configs/pico-imx7d_defconfig b/configs/pico-imx7d_defconfig index 2f68b42..1207607 100644 --- a/configs/pico-imx7d_defconfig +++ b/configs/pico-imx7d_defconfig
@@ -1,6 +1,6 @@ CONFIG_ARM=y CONFIG_ARCH_MX7=y -CONFIG_SPL_GPIO_SUPPORT=y +CONFIG_SPL_GPIO=y CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_NR_DRAM_BANKS=1