Thread (14 messages) 14 messages, 4 authors, 2015-01-21

[PATCH 5/5] ARM: qcom: Add Qualcomm APQ8084 SoC

From: Stanimir Varbanov <hidden>
Date: 2015-01-06 15:24:34
Also in: linux-arm-msm, linux-devicetree, linux-pci, lkml

Hi Arnd,

Thanks for the comments!

On 12/12/2014 07:33 PM, Arnd Bergmann wrote:
On Friday 12 December 2014 19:14:01 Stanimir Varbanov wrote:
quoted
+config ARCH_APQ8084
+       bool "Enable support for APQ8084"
+       select HAVE_ARM_ARCH_TIMER
+       select PCI
+       select PCI_DOMAINS
+       select PCI_MSI
+
I would prefer not to see 'select PCI' here. Also the driver is written
to work without PCI_MSI, so I'd be much happier with just

config ARCH_APQ8084
	bool "Enable support for APQ8084"
	select HAVE_ARM_ARCH_TIMER
	select PCI_DOMAINS if PCI
What about this

config ARCH_APQ8084
	bool "Enable support for APQ8084"
	select HAVE_ARM_ARCH_TIMER
	select MIGHT_HAVE_PCI
	select PCI_DOMAINS if PCI

-- 
regards,
Stan
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help