diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-05-20 17:16:04 +0200 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-05-22 14:22:17 +0000 |
commit | 0105c9990291587a3b1fecb576f4d9b6728f1191 (patch) | |
tree | 7d61405dcecbdc6c0f4755912e9bde6ca3af3aae /arch/arm/configs/mvebu_v7_defconfig | |
parent | fd80f09bc71df0bb25ecc211728157d23bb9ffa9 (diff) | |
download | blackbird-obmc-linux-0105c9990291587a3b1fecb576f4d9b6728f1191.tar.gz blackbird-obmc-linux-0105c9990291587a3b1fecb576f4d9b6728f1191.zip |
ARM: mvebu: enable MSI support in mvebu_v7_defconfig
Since Armada 370, XP, 375 and 38x have PCI MSI support, it makes sense
to enable CONFIG_PCI_MSI in mvebu_v7_defconfig.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Link: https://lkml.kernel.org/r/1400598964-2062-1-git-send-email-thomas.petazzoni@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/configs/mvebu_v7_defconfig')
-rw-r--r-- | arch/arm/configs/mvebu_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_v7_defconfig b/arch/arm/configs/mvebu_v7_defconfig index fb0649bda2bf..e11170e37442 100644 --- a/arch/arm/configs/mvebu_v7_defconfig +++ b/arch/arm/configs/mvebu_v7_defconfig @@ -18,6 +18,7 @@ CONFIG_NEON=y # CONFIG_CACHE_L2X0 is not set # CONFIG_SWP_EMULATE is not set CONFIG_PCI=y +CONFIG_PCI_MSI=y CONFIG_PCI_MVEBU=y CONFIG_SMP=y CONFIG_AEABI=y |