summaryrefslogtreecommitdiffstats
path: root/drivers/pci/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-05-14 07:10:49 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-05-14 07:10:49 +0200
commitc2d803f75be7fcf562406cf1aa276f3c11a2e183 (patch)
tree95b380c9b926f84667be659caf14e1a0be710754 /drivers/pci/Kconfig
parentcff4868b6d11f1c9e296fea8ca1da1224bde7f39 (diff)
parent57c88050d03a0fa0c20985bcf3fcd59f5a95b9ed (diff)
downloadbarebox-c2d803f75be7fcf562406cf1aa276f3c11a2e183.tar.gz
barebox-c2d803f75be7fcf562406cf1aa276f3c11a2e183.tar.xz
Merge branch 'for-next/compile-test'
Diffstat (limited to 'drivers/pci/Kconfig')
-rw-r--r--drivers/pci/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index 025c418f2b..0585460976 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -1,5 +1,5 @@
config HW_HAS_PCI
- bool
+ bool "Compile in PCI core" if COMPILE_TEST
if HW_HAS_PCI
@@ -49,7 +49,7 @@ config PCI_IMX6
config PCI_LAYERSCAPE
bool "Freescale Layerscape PCIe controller"
- depends on ARCH_LAYERSCAPE
+ depends on ARCH_LAYERSCAPE || COMPILE_TEST
select PCIE_DW
select OF_PCI
select PCI