public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] pinctrl: tegra: Make PINCTRL_TEGRA select PINMUX && PINCONF
@ 2012-11-11  2:21 Axel Lin
  2012-11-11  2:22 ` [PATCH 2/2] pinctrl: mxs: Make PINCTRL_MXS " Axel Lin
  2012-11-12 16:14 ` [PATCH 1/2] pinctrl: tegra: Make PINCTRL_TEGRA " Stephen Warren
  0 siblings, 2 replies; 4+ messages in thread
From: Axel Lin @ 2012-11-11  2:21 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Stephen Warren, linux-kernel

Then we can remove "select PINMUX && PINCONF" from PINCTRL_TEGRA{20,30}.
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 6d5a50b..fc0f49a 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -157,18 +157,16 @@ config PINCTRL_SIRF
 	select PINMUX
 
 config PINCTRL_TEGRA
+	select PINMUX
+	select PINCONF
 	bool
 
 config PINCTRL_TEGRA20
 	bool
-	select PINMUX
-	select PINCONF
 	select PINCTRL_TEGRA
 
 config PINCTRL_TEGRA30
 	bool
-	select PINMUX
-	select PINCONF
 	select PINCTRL_TEGRA
 
 config PINCTRL_U300
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-11-12 16:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-11  2:21 [PATCH 1/2] pinctrl: tegra: Make PINCTRL_TEGRA select PINMUX && PINCONF Axel Lin
2012-11-11  2:22 ` [PATCH 2/2] pinctrl: mxs: Make PINCTRL_MXS " Axel Lin
2012-11-12  1:46   ` Shawn Guo
2012-11-12 16:14 ` [PATCH 1/2] pinctrl: tegra: Make PINCTRL_TEGRA " Stephen Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox