Skip to content

Commit

Permalink
pinctrl: tegra: Make PINCTRL_TEGRA select PINMUX && PINCONF
Browse files Browse the repository at this point in the history
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>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Axel Lin authored and Linus Walleij committed Nov 15, 2012
1 parent 90db8a1 commit 507ccdb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions drivers/pinctrl/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -156,17 +156,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
Expand Down

0 comments on commit 507ccdb

Please sign in to comment.