diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-06-17 15:01:05 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-07-01 15:26:09 -0700 |
commit | 521a503f5247de9a5cbc381f15c466a6c6f2793c (patch) | |
tree | 984d1262a51c83093d6543c8a9eabff1d568a8b9 /arch/x86/boot/a20.c | |
parent | 180ae5095246402ed47d57568d8c31568c3c4f18 (diff) | |
download | linux-521a503f5247de9a5cbc381f15c466a6c6f2793c.tar.bz2 |
soc: ti: fix irq-ti-sci link error
The irqchip driver depends on the SoC specific driver, but we want
to be able to compile-test it elsewhere:
WARNING: unmet direct dependencies detected for TI_SCI_INTA_MSI_DOMAIN
Depends on [n]: SOC_TI [=n]
Selected by [y]:
- TI_SCI_INTA_IRQCHIP [=y] && TI_SCI_PROTOCOL [=y]
drivers/irqchip/irq-ti-sci-inta.o: In function `ti_sci_inta_irq_domain_probe':
irq-ti-sci-inta.c:(.text+0x204): undefined reference to `ti_sci_inta_msi_create_irq_domain'
Rearrange the Kconfig and Makefile so we build the soc driver whenever
its users are there, regardless of the SOC_TI option.
Fixes: 49b323157bf1 ("soc: ti: Add MSI domain bus support for Interrupt Aggregator")
Fixes: f011df6179bd ("irqchip/ti-sci-inta: Add msi domain support")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/x86/boot/a20.c')
0 files changed, 0 insertions, 0 deletions