MLK-21847-2 pinctrl: imx8: remove DEVRES
authorYe Li <ye.li@nxp.com>
Thu, 25 Apr 2019 04:58:44 +0000 (21:58 -0700)
committerYe Li <ye.li@nxp.com>
Fri, 24 May 2019 10:38:54 +0000 (03:38 -0700)
When selecting imx8 pinctrl, we don't need to select DEVRES

Signed-off-by: Ye Li <ye.li@nxp.com>
drivers/pinctrl/nxp/Kconfig

index 5a08a01..d2385f2 100644 (file)
@@ -63,7 +63,6 @@ config PINCTRL_IMX7ULP
 config PINCTRL_IMX8
        bool "IMX8 pinctrl driver"
        depends on ARCH_IMX8 && PINCTRL_FULL
-       select DEVRES
        select PINCTRL_IMX
        select PINCTRL_IMX_SCU
        help