Messages in this thread Patch in this message |  | | Subject | [PATCH 2/2] pinctrl: mxs: Make PINCTRL_MXS select PINMUX && PINCONF | | From | Axel Lin <> | | Date | Sun, 11 Nov 2012 10:22:42 +0800 |
| |
Then we can remove "select PINMUX && PINCONF" from PINCTRL_IMX{23,28}. This simplifies the dependency.
Signed-off-by: Axel Lin <axel.lin@ingics.com> --- drivers/pinctrl/Kconfig | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index fc0f49a..d5c9431 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@ -99,18 +99,16 @@ config PINCTRL_MMP2 select PINCONF config PINCTRL_MXS + select PINMUX + select PINCONF bool config PINCTRL_IMX23 bool - select PINMUX - select PINCONF select PINCTRL_MXS config PINCTRL_IMX28 bool - select PINMUX - select PINCONF select PINCTRL_MXS config PINCTRL_NOMADIK -- 1.7.9.5
|  |