]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
staging: fsl-mc: add explicit dependencies for compile-tested arches
authorLaurentiu Tudor <laurentiu.tudor@nxp.com>
Mon, 31 Jul 2017 13:42:35 +0000 (16:42 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Aug 2017 22:18:25 +0000 (15:18 -0700)
commit0116ced91d3a70d386968a3bf3255208db958b75
tree3465e5b7ad110511a16110884182e3fe5deaaf2a
parenta2730bc73542e60393e0f7d92e061c9e18c2056b
staging: fsl-mc: add explicit dependencies for compile-tested arches

The driver makes use of GENERIC_MSI_IRQ_DOMAIN which requires arch
support so, on architectures that don't have it, the kernel will fail
to build. Add explicit dependency on architectures that were
compile-tested, thus fixing compilation for the ones that don't
implement GENERIC_MSI_IRQ_DOMAIN.

Fixes: 03274850279c ("staging: fsl-mc: allow the driver compile multi-arch")
Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-mc/bus/Kconfig