lkml.org 
[lkml]   [2015]   [Mar]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 1/2] pci: iproc: fix PCIE_IPROC in Kconfig
    Date
    Make PCIE_IPROC depending on both OF and ARM and default to be disabled,
    so it cannot be accidentally enabled by other platforms

    PCIE_IPROC is meant to be enabled by a front-end bus driver. Curenntly
    it's enabled by PCIE_IPROC_PLTFM driver

    Signed-off-by: Ray Jui <rjui@broadcom.com>
    ---
    drivers/pci/host/Kconfig | 2 ++
    1 file changed, 2 insertions(+)

    diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig
    index feccd0d..963b507 100644
    --- a/drivers/pci/host/Kconfig
    +++ b/drivers/pci/host/Kconfig
    @@ -108,6 +108,8 @@ config PCI_VERSATILE

    config PCIE_IPROC
    tristate "Broadcom iProc PCIe controller"
    + depends on OF && ARM
    + default n
    help
    This enables the iProc PCIe core controller support for Broadcom's
    iProc family of SoCs. An appropriate bus interface driver also needs
    --
    1.7.9.5


    \
     
     \ /
      Last update: 2015-03-25 08:21    [W:2.769 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site