diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2016-05-12 18:04:14 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2016-05-12 18:04:14 +0100 |
commit | df7dea68b2c8b57e116854b2cbe03a4d40342c25 (patch) | |
tree | fb458afc231a4fd7408c6285c29103103a157560 /config-arm-generic | |
parent | 104dc066906b7d67d2cb72793f181f3deea8f513 (diff) | |
download | kernel-df7dea68b2c8b57e116854b2cbe03a4d40342c25.tar.gz kernel-df7dea68b2c8b57e116854b2cbe03a4d40342c25.tar.xz kernel-df7dea68b2c8b57e116854b2cbe03a4d40342c25.zip |
Enable PCI_HOST_GENERIC for all ARM arches
Diffstat (limited to 'config-arm-generic')
-rw-r--r-- | config-arm-generic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-arm-generic b/config-arm-generic index 98a76fabc..5b03071db 100644 --- a/config-arm-generic +++ b/config-arm-generic @@ -198,7 +198,7 @@ CONFIG_OF_NET=y CONFIG_OF_OVERLAY=y CONFIG_OF_PCI_IRQ=m CONFIG_OF_PCI=m -# CONFIG_PCI_HOST_GENERIC is not set +CONFIG_PCI_HOST_GENERIC=y # CONFIG_PCIE_IPROC is not set CONFIG_OF_RESERVED_MEM=y CONFIG_OF_RESOLVE=y |