[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20140218021201.14164.83953.sendpatchset@w520>
Date: Tue, 18 Feb 2014 11:12:01 +0900
From: Magnus Damm <magnus.damm@...il.com>
To: linux-pci@...r.kernel.org
Cc: horms@...ge.net.au, linux-sh@...r.kernel.org,
linux-kernel@...r.kernel.org, valentine.barshak@...entembedded.com,
ben.dooks@...ethink.co.uk, geert@...ux-m68k.org,
bhelgaas@...gle.com, Magnus Damm <magnus.damm@...il.com>
Subject: [PATCH 08/08] PCI: rcar: Make the Kconfig dependencies more generic
From: Magnus Damm <damm@...nsource.se>
Update the R-Car Generation 2 PCI driver Kconfig dependencies
to follow same style as other drivers - no SoC dependencies.
Also, update the COMPILE_TEST bits to depend on ARM. This since
the DMA bounce buffer and dma_ops handling code is ARM specific.
Signed-off-by: Magnus Damm <damm@...nsource.se>
---
drivers/pci/host/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- 0010/drivers/pci/host/Kconfig
+++ work/drivers/pci/host/Kconfig 2014-02-13 11:19:19.000000000 +0900
@@ -27,7 +27,7 @@ config PCI_TEGRA
config PCI_RCAR_GEN2
bool "Renesas R-Car Gen2 Internal PCI controller"
- depends on ARM && (ARCH_R8A7790 || ARCH_R8A7791 || COMPILE_TEST)
+ depends on ARCH_SHMOBILE || (ARM && COMPILE_TEST)
select GENERIC_ALLOCATOR
select DMABOUNCE
select BOUNCE if HIGHMEM
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists