pinctrl: Kconfig: Make PINCTRL_MSM_TLMM_V4 selectable

Make the MSM TLMMv4 pinctrl driver selectable by the defconfig
rather than being a hidden option.

Change-Id: I4992cba430a572f7c5321249f66847c2cc6c8378
Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
This commit is contained in:
Rohit Vaswani 2013-10-29 11:55:28 -07:00 committed by Michael Bohan
parent 3b33d875fa
commit 23b7e52f44
1 changed files with 2 additions and 1 deletions

View File

@ -166,7 +166,8 @@ config PINCTRL_MSM_TLMM_V3
select GENERIC_PINCONF
config PINCTRL_MSM_TLMM_V4
depends on OF
bool "MSM TLMMv4 pinctrl driver"
depends on OF && ARCH_MSM
bool
select PINMUX
select GENERIC_PINCONF