Message ID | 1437851724-10519-1-git-send-email-hauke@hauke-m.de (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Bjorn Helgaas |
Headers | show |
[+cc Scott, bcm-kernel-feedback-list] On Sat, Jul 25, 2015 at 09:15:24PM +0200, Hauke Mehrtens wrote: > Changes this to tristate to make it possible to build this driver as a > module. > > Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Waiting for an ack from Ray or Scott. > --- > drivers/pci/host/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig > index c132bdd..e339a8c 100644 > --- a/drivers/pci/host/Kconfig > +++ b/drivers/pci/host/Kconfig > @@ -135,7 +135,7 @@ config PCIE_IPROC_PLATFORM > through the generic platform bus interface > > config PCIE_IPROC_BCMA > - bool "Broadcom iProc PCIe BCMA bus driver" > + tristate "Broadcom iProc PCIe BCMA bus driver" > depends on ARCH_BCM_IPROC || (ARM && COMPILE_TEST) > select PCIE_IPROC > select BCMA > -- > 2.1.4 > -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 8/11/2015 1:12 PM, Bjorn Helgaas wrote: > [+cc Scott, bcm-kernel-feedback-list] > > On Sat, Jul 25, 2015 at 09:15:24PM +0200, Hauke Mehrtens wrote: >> Changes this to tristate to make it possible to build this driver as a >> module. >> >> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> > > Waiting for an ack from Ray or Scott. > >> --- >> drivers/pci/host/Kconfig | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig >> index c132bdd..e339a8c 100644 >> --- a/drivers/pci/host/Kconfig >> +++ b/drivers/pci/host/Kconfig >> @@ -135,7 +135,7 @@ config PCIE_IPROC_PLATFORM >> through the generic platform bus interface >> >> config PCIE_IPROC_BCMA >> - bool "Broadcom iProc PCIe BCMA bus driver" >> + tristate "Broadcom iProc PCIe BCMA bus driver" This looks fine. I also build test it to make sure there's no export symbol related issues. Acked-by: Ray Jui <rjui@broadcom.com> Thanks, Ray >> depends on ARCH_BCM_IPROC || (ARM && COMPILE_TEST) >> select PCIE_IPROC >> select BCMA >> -- >> 2.1.4 >> -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Sat, Jul 25, 2015 at 09:15:24PM +0200, Hauke Mehrtens wrote: > Changes this to tristate to make it possible to build this driver as a > module. > > Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Applied with Ray's ack to pci/host-iproc for v4.3, thanks! > --- > drivers/pci/host/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig > index c132bdd..e339a8c 100644 > --- a/drivers/pci/host/Kconfig > +++ b/drivers/pci/host/Kconfig > @@ -135,7 +135,7 @@ config PCIE_IPROC_PLATFORM > through the generic platform bus interface > > config PCIE_IPROC_BCMA > - bool "Broadcom iProc PCIe BCMA bus driver" > + tristate "Broadcom iProc PCIe BCMA bus driver" > depends on ARCH_BCM_IPROC || (ARM && COMPILE_TEST) > select PCIE_IPROC > select BCMA > -- > 2.1.4 > -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index c132bdd..e339a8c 100644 --- a/drivers/pci/host/Kconfig +++ b/drivers/pci/host/Kconfig @@ -135,7 +135,7 @@ config PCIE_IPROC_PLATFORM through the generic platform bus interface config PCIE_IPROC_BCMA - bool "Broadcom iProc PCIe BCMA bus driver" + tristate "Broadcom iProc PCIe BCMA bus driver" depends on ARCH_BCM_IPROC || (ARM && COMPILE_TEST) select PCIE_IPROC select BCMA
Changes this to tristate to make it possible to build this driver as a module. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> --- drivers/pci/host/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)