gpio: spmi: Remove "depends on ARCH_MSM8974" from QPNP Kconfig entries

Remove the following line from gpio and spmi Kconfig files:
       depends on ARCH_MSM8974

This line is not needed because it enforces a dependency which
does not exist.  Targets other than MSM8974 support qpnp-gpio
and qpnp-int.

Change-Id: I38a6d69db5298107b09c0b84696d899ddbf9814a
Signed-off-by: David Collins <collinsd@codeaurora.org>
This commit is contained in:
David Collins 2012-09-17 11:21:30 -07:00 committed by Stephen Boyd
parent 0e605c1cb6
commit ba44798a4a
2 changed files with 0 additions and 2 deletions

View File

@ -745,7 +745,6 @@ config GPIO_MSIC
intel MID devices
config GPIO_QPNP_PIN
depends on ARCH_MSM8974
depends on SPMI
depends on OF_SPMI
depends on MSM_QPNP_INT

View File

@ -21,7 +21,6 @@ config SPMI_MSM_PMIC_ARB
config MSM_QPNP_INT
depends on SPARSE_IRQ
depends on ARCH_MSM8974
depends on SPMI
depends on OF_SPMI
bool "MSM QPNP INT"