Skip to content

Commit 9f1168c

Browse files
geertuLorenzo Pieralisi
authored andcommitted
PCI: controller: PCI_IXP4XX should depend on ARCH_IXP4XX
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@glider.be Fixes: f7821b4 ("PCI: ixp4xx: Add a new driver for IXP4xx") Signed-off-by: Geert Uytterhoeven <[email protected]> [[email protected]: commit log] Signed-off-by: Lorenzo Pieralisi <[email protected]> Reviewed-by: Linus Walleij <[email protected]>
1 parent e73f0f0 commit 9f1168c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pci/controller/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ config PCI_FTPCI100
4040
config PCI_IXP4XX
4141
bool "Intel IXP4xx PCI controller"
4242
depends on ARM && OF
43+
depends on ARCH_IXP4XX || COMPILE_TEST
4344
default ARCH_IXP4XX
4445
help
4546
Say Y here if you want support for the PCI host controller found

0 commit comments

Comments
 (0)