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

2012-11-11 Thread Shawn Guo
On Sun, Nov 11, 2012 at 10:22:42AM +0800, Axel Lin wrote: > Then we can remove "select PINMUX && PINCONF" from PINCTRL_IMX{23,28}. > This simplifies the dependency. > > Signed-off-by: Axel Lin > --- > drivers/pinctrl/Kconfig |6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) > > d

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

2012-11-10 Thread Axel Lin
Then we can remove "select PINMUX && PINCONF" from PINCTRL_IMX{23,28}. This simplifies the dependency. Signed-off-by: Axel Lin --- drivers/pinctrl/Kconfig |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index fc0f49a.