mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
ANDROID: irqchip: Kconfig: Remove superfluous 'depends on QCOM_SCM || !QCOM_SCM'
This change was applied to one of the release kernels to solve an issue with SPI type setting in Qualcomm PDC. The SPI type setting adaptions never made it upstream and thus into android-mainline, so the change can be dropped. Bug: 191637574 Suggested-by: John Stultz <john.stultz@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org> Change-Id: I8ad02f7e808647fc1aa8cc1237a8a83d3f1218cc
This commit is contained in:
@@ -419,7 +419,6 @@ config GOLDFISH_PIC
|
||||
config QCOM_PDC
|
||||
tristate "QCOM PDC"
|
||||
depends on ARCH_QCOM
|
||||
depends on QCOM_SCM || !QCOM_SCM
|
||||
select IRQ_DOMAIN_HIERARCHY
|
||||
help
|
||||
Power Domain Controller driver to manage and configure wakeup
|
||||
|
||||
Reference in New Issue
Block a user