mirror of
https://github.com/joel16/android_kernel_sony_msm8994.git
synced 2024-11-23 12:10:29 +00:00
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:
parent
0e605c1cb6
commit
ba44798a4a
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user