public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/2] pinctrl: tegra: Make PINCTRL_TEGRA select PINMUX && PINCONF
@ 2012-11-12  2:00 Axel Lin
  2012-11-12  2:01 ` [PATCH v2 2/2] pinctrl: mxs: Make PINCTRL_MXS " Axel Lin
  2012-11-13 14:12 ` [PATCH v2 1/2] pinctrl: tegra: Make PINCTRL_TEGRA " Linus Walleij
  0 siblings, 2 replies; 4+ messages in thread
From: Axel Lin @ 2012-11-12  2:00 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..007704f 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -158,17 +158,15 @@ config PINCTRL_SIRF
 
 config PINCTRL_TEGRA
 	bool
+	select PINMUX
+	select PINCONF
 
 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-13 14:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-12  2:00 [PATCH v2 1/2] pinctrl: tegra: Make PINCTRL_TEGRA select PINMUX && PINCONF Axel Lin
2012-11-12  2:01 ` [PATCH v2 2/2] pinctrl: mxs: Make PINCTRL_MXS " Axel Lin
2012-11-13 14:13   ` Linus Walleij
2012-11-13 14:12 ` [PATCH v2 1/2] pinctrl: tegra: Make PINCTRL_TEGRA " Linus Walleij

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