mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
ANDROID: Revert "ANDROID: irqchip: Kconfig: Make QCOM_PDC depend on QCOM_SCM"
This reverts commitf887911b19. This was previously needed to fix a build issue that was caused when a recently upstreamed patch was reverted. But with the patch re-applied, we don't need this. Fixes:f887911b19("ANDROID: irqchip: Kconfig: Make QCOM_PDC depend on QCOM_SCM") Signed-off-by: John Stultz <john.stultz@linaro.org> Change-Id: If94828fec7495d3d1346beb6da67405dd78685a3
This commit is contained in:
parent
b26213f8bd
commit
0ec8b4c646
|
|
@ -427,7 +427,7 @@ config GOLDFISH_PIC
|
|||
config QCOM_PDC
|
||||
tristate "QCOM PDC"
|
||||
depends on ARCH_QCOM
|
||||
select QCOM_SCM
|
||||
depends on QCOM_SCM || !QCOM_SCM
|
||||
select IRQ_DOMAIN_HIERARCHY
|
||||
help
|
||||
Power Domain Controller driver to manage and configure wakeup
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user