configs: verdin-imx8mm: enable spl_gpio_hog

Enable CONFIG_SPL_GPIO_HOG option to be able to control GPIO hogs from
SPL.

Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
This commit is contained in:
Andrejs Cainikovs 2023-07-11 11:09:15 +02:00 committed by Stefano Babic
parent cd9a3e3f90
commit 5e161626f9

View file

@ -98,6 +98,7 @@ CONFIG_CLK_COMPOSITE_CCF=y
CONFIG_SPL_CLK_IMX8MM=y CONFIG_SPL_CLK_IMX8MM=y
CONFIG_CLK_IMX8MM=y CONFIG_CLK_IMX8MM=y
CONFIG_GPIO_HOG=y CONFIG_GPIO_HOG=y
CONFIG_SPL_GPIO_HOG=y
CONFIG_MXC_GPIO=y CONFIG_MXC_GPIO=y
CONFIG_DM_I2C=y CONFIG_DM_I2C=y
CONFIG_MISC=y CONFIG_MISC=y