[PATCH v2 2/2] pinctrl: mxs: Make PINCTRL_MXS select PINMUX &&PINCONF

From: Axel Lin
Date: Sun Nov 11 2012 - 21:01:52 EST


Then we can remove "select PINMUX && PINCONF" from PINCTRL_IMX{23,28}.
This simplifies the dependency.

Signed-off-by: Axel Lin <axel.lin@xxxxxxxxxx>
Acked-by: Shawn Guo <shawn.guo@xxxxxxxxxx>
---
drivers/pinctrl/Kconfig | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 007704f..0074873 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -100,17 +100,15 @@ config PINCTRL_MMP2

config PINCTRL_MXS
bool
+ select PINMUX
+ select PINCONF

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



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/