Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1195260
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] PCI: iproc: Fix BCMA dependency in Kconfig |
| Date | 2015-07-29 16:40 +0200 |
| Message-ID | <pRAGu-2rb-25@gated-at.bofh.it> (permalink) |
| References | <pRigz-10c-31@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tuesday 28 July 2015 11:52:13 Ray Jui wrote: > config PCIE_IPROC_BCMA > bool "Broadcom iProc PCIe BCMA bus driver" > - depends on ARCH_BCM_IPROC || (ARM && COMPILE_TEST) > + depends on ARCH_BCM_IPROC && ARM > select PCIE_IPROC > select BCMA > select PCI_DOMAINS > How about this: depends on ARM && (ARCH_BCM_IPROC || COMPILE_TEST) That would leave the compile test present for non-iproc ARM platforms while preventing ARM64 and MIPS builds with ARCH_BCM_IPROC set. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH] PCI: iproc: Fix BCMA dependency in Kconfig Arnd Bergmann <arnd@arndb.de> - 2015-07-29 16:40 +0200
csiph-web