lkml.org 
[lkml]   [2013]   [Apr]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5/5 v3] USB: enclose USB_XHCI_HCD related symbols within a if USB_XHCI_HCD block
    Date
    This patch encloses all symbols depending on USB_XHCI_HCD within an if
    USB_XHCI_HCD / endif block.

    Acked-by: Alan Stern <stern@rowland.harvard.edu>
    Signed-off-by: Florian Fainelli <florian@openwrt.org>
    ---
    Changes in v3:
    - added Alan's Acked-by tag

    drivers/usb/host/Kconfig | 6 ++++--
    1 file changed, 4 insertions(+), 2 deletions(-)

    diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
    index 8ff86d3..c7cb18d 100644
    --- a/drivers/usb/host/Kconfig
    +++ b/drivers/usb/host/Kconfig
    @@ -25,13 +25,13 @@ config USB_XHCI_HCD
    To compile this driver as a module, choose M here: the
    module will be called xhci-hcd.

    +if USB_XHCI_HCD
    +
    config USB_XHCI_PLATFORM
    tristate
    - depends on USB_XHCI_HCD

    config USB_XHCI_HCD_DEBUGGING
    bool "Debugging for the xHCI host controller"
    - depends on USB_XHCI_HCD
    ---help---
    Say 'Y' to turn on debugging for the xHCI host controller driver.
    This will spew debugging output, even in interrupt context.
    @@ -39,6 +39,8 @@ config USB_XHCI_HCD_DEBUGGING

    If unsure, say N.

    +endif # USB_XHCI_HCD
    +
    config USB_EHCI_HCD
    tristate "EHCI HCD (USB 2.0) support"
    depends on USB_ARCH_HAS_EHCI
    --
    1.7.10.4


    \
     
     \ /
      Last update: 2013-04-04 18:41    [W:2.203 / U:0.144 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site