Skip to content

Commit 177c9ac

Browse files
nullr0utekwilczynski
authored andcommitted
PCI: j721e: Make TI J721E depend on ARCH_K3
The J721E PCIe is hardware specific to TI SoC parts so add a dependency on that so it's available for those SoC parts and for compile testing but not necessarily everyone who enables the Cadence PCIe controller. Link: https://lore.kernel.org/linux-pci/[email protected] Signed-off-by: Peter Robinson <[email protected]> Signed-off-by: Krzysztof Wilczyński <[email protected]>
1 parent e49ad66 commit 177c9ac

File tree

1 file changed

+2
-0
lines changed
  • drivers/pci/controller/cadence

1 file changed

+2
-0
lines changed

drivers/pci/controller/cadence/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ config PCI_J721E
4747

4848
config PCI_J721E_HOST
4949
bool "TI J721E PCIe controller (host mode)"
50+
depends on ARCH_K3 || COMPILE_TEST
5051
depends on OF
5152
select PCIE_CADENCE_HOST
5253
select PCI_J721E
@@ -57,6 +58,7 @@ config PCI_J721E_HOST
5758

5859
config PCI_J721E_EP
5960
bool "TI J721E PCIe controller (endpoint mode)"
61+
depends on ARCH_K3 || COMPILE_TEST
6062
depends on OF
6163
depends on PCI_ENDPOINT
6264
select PCIE_CADENCE_EP

0 commit comments

Comments
 (0)