mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
ANDROID: irqchip: Kconfig: Make QCOM_PDC depend on QCOM_SCM
commit78ecb2c230("ANDROID: irqchip: Kconfig: Make QCOM_PDC depend on QCOM_SCM || !QCOM_SCM"), fixed up dependancy issues, but mainline just rolled a number of those commits back due to other issues, so we need to just make this code depend on QCOM_SCM so that an arm64 allmodconfig will build properly. Fixes:78ecb2c230("ANDROID: irqchip: Kconfig: Make QCOM_PDC depend on QCOM_SCM || !QCOM_SCM") Cc: John Stultz <john.stultz@linaro.org Cc: Marc Zyngier <maz@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I7de5bb432dd645d740eef8f9baa1bb4e6cc57db5
This commit is contained in:
parent
f022c0602c
commit
f887911b19
|
|
@ -427,7 +427,7 @@ config GOLDFISH_PIC
|
|||
config QCOM_PDC
|
||||
bool "QCOM PDC"
|
||||
depends on ARCH_QCOM
|
||||
depends on QCOM_SCM || !QCOM_SCM
|
||||
select QCOM_SCM
|
||||
select IRQ_DOMAIN_HIERARCHY
|
||||
help
|
||||
Power Domain Controller driver to manage and configure wakeup
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user