Patch "PCI: controller: PCI_IXP4XX should depend on ARCH_IXP4XX" has been added to the 5.14-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    PCI: controller: PCI_IXP4XX should depend on ARCH_IXP4XX

to the 5.14-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     pci-controller-pci_ixp4xx-should-depend-on-arch_ixp4.patch
and it can be found in the queue-5.14 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 40c5898f49de7dd3bf005318511b9c8e1597e67b
Author: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
Date:   Tue Jun 29 15:20:45 2021 +0200

    PCI: controller: PCI_IXP4XX should depend on ARCH_IXP4XX
    
    [ Upstream commit 9f1168cf263aab0474300f7118107f8ef73e7423 ]
    
    The Intel IXP4xx PCI controller is only present on Intel IXP4xx
    XScale-based network processor SoCs.
    
    Add a dependency on ARCH_IXP4XX, to prevent asking the user about this
    driver when configuring a kernel without support for the XScale
    processor family.
    
    Link: https://lore.kernel.org/r/6a88e55fe58fc280f4ff1ca83c154e4895b6dcbf.1624972789.git.geert+renesas@xxxxxxxxx
    Fixes: f7821b4934584824 ("PCI: ixp4xx: Add a new driver for IXP4xx")
    Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
    [lorenzo.pieralisi@xxxxxxx: commit log]
    Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@xxxxxxx>
    Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/pci/controller/Kconfig b/drivers/pci/controller/Kconfig
index 5e1e3796efa4..326f7d13024f 100644
--- a/drivers/pci/controller/Kconfig
+++ b/drivers/pci/controller/Kconfig
@@ -40,6 +40,7 @@ config PCI_FTPCI100
 config PCI_IXP4XX
 	bool "Intel IXP4xx PCI controller"
 	depends on ARM && OF
+	depends on ARCH_IXP4XX || COMPILE_TEST
 	default ARCH_IXP4XX
 	help
 	  Say Y here if you want support for the PCI host controller found



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux