pinctrl: msm: make PINCTRL_MSM bool instead of tristate

Modular builds of pinctrl-msm break due to handle_bad_irq being
unexported for module use.  For now, make PINCTRL_MSM 'bool'.

Signed-off-by: Josh Cartwright <joshc@codeaurora.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Josh Cartwright 2014-02-24 12:41:20 -06:00 committed by Linus Walleij
parent ef5aff05f1
commit 5ba341604a
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ config PINCTRL_IMX28
select PINCTRL_MXS
config PINCTRL_MSM
tristate
bool
select PINMUX
select PINCONF
select GENERIC_PINCONF