diff options
author | Angus Ainslie <angus@akkea.ca> | 2022-01-17 06:18:46 -0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-04-12 15:36:17 +0200 |
commit | 9eb5e7d9ab8d63337f443f8c13fb9e26ae2f0266 (patch) | |
tree | 84dda6db9b261fe5dc8934e8fe8f85807358d893 /drivers/pinctrl/nxp | |
parent | ebe757d9958841fe14bbdfd34118aacfd0e50591 (diff) | |
download | u-boot-9eb5e7d9ab8d63337f443f8c13fb9e26ae2f0266.tar.gz |
pinctrl: nxp: don't automatically select DEVRES
If we select DEVRES here then it breaks building an imx8m SPL without
DEVRES support.
Signed-off-by: Angus Ainslie <angus@akkea.ca>
Diffstat (limited to 'drivers/pinctrl/nxp')
-rw-r--r-- | drivers/pinctrl/nxp/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pinctrl/nxp/Kconfig b/drivers/pinctrl/nxp/Kconfig index 4fb0916a37..3657e9deb9 100644 --- a/drivers/pinctrl/nxp/Kconfig +++ b/drivers/pinctrl/nxp/Kconfig @@ -92,7 +92,6 @@ config PINCTRL_IMX8 config PINCTRL_IMX8M bool "IMX8M pinctrl driver" depends on ARCH_IMX8M && PINCTRL_FULL - select DEVRES select PINCTRL_IMX help Say Y here to enable the imx8m pinctrl driver |