mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-29 15:43:59 +08:00
staging: fsl-mc: update Kconfig dependency
The Kconfig dependency previously included ARM64, which is not strictly correct. Change it to ARCH_LAYERSCAPE which is the SoC platform that includes the DPAA2 hardware. Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8431dc5d8d
commit
3642b8ea38
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
config FSL_MC_BUS
|
config FSL_MC_BUS
|
||||||
bool "QorIQ DPAA2 fsl-mc bus driver"
|
bool "QorIQ DPAA2 fsl-mc bus driver"
|
||||||
depends on OF && ARM64
|
depends on OF && ARCH_LAYERSCAPE
|
||||||
select GENERIC_MSI_IRQ_DOMAIN
|
select GENERIC_MSI_IRQ_DOMAIN
|
||||||
help
|
help
|
||||||
Driver to enable the bus infrastructure for the QorIQ DPAA2
|
Driver to enable the bus infrastructure for the QorIQ DPAA2
|
||||||
|
Loading…
Reference in New Issue
Block a user