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:
Родитель
ef5aff05f1
Коммит
5ba341604a
|
@ -217,7 +217,7 @@ config PINCTRL_IMX28
|
|||
select PINCTRL_MXS
|
||||
|
||||
config PINCTRL_MSM
|
||||
tristate
|
||||
bool
|
||||
select PINMUX
|
||||
select PINCONF
|
||||
select GENERIC_PINCONF
|
||||
|
|
Загрузка…
Ссылка в новой задаче