The ARM Juno development platform's PCIe is supported by the generic PCI host driver. Enable it so that PCIe attached peripherals work. Signed-off-by: Jeremy Linton <jeremy.linton@xxxxxxx> --- config-arm64 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config-arm64 b/config-arm64 index 77dde02..2db4e9a 100644 --- a/config-arm64 +++ b/config-arm64 @@ -110,6 +110,9 @@ CONFIG_CRYPTO_DEV_CCP=y CONFIG_CRYPTO_DEV_CCP_DD=m CONFIG_CRYPTO_DEV_CCP_CRYPTO=m +# ARM Juno +CONFIG_PCI_HOST_GENERIC=y + # APM Xgene CONFIG_POWER_RESET_XGENE=y CONFIG_COMMON_CLK_XGENE=y -- 2.5.5 _______________________________________________ kernel mailing list kernel@xxxxxxxxxxxxxxxxxxxxxxx http://lists.fedoraproject.org/admin/lists/kernel@xxxxxxxxxxxxxxxxxxxxxxx