diff options
author | Thomas Pugliese | 2014-09-16 16:25:26 -0500 |
---|---|---|
committer | Greg Kroah-Hartman | 2014-09-23 22:06:33 -0700 |
commit | f55025289cf7b5694d5c8af13c512660196ee285 (patch) | |
tree | 5f0d83ce39fa39358d5ff09295a76071c8d063b3 /drivers | |
parent | e8f8ba4736af60e8e6a8daceb89a154b53d18c79 (diff) |
usb: wusbcore: USB_WUSB_CBAF depends on USB
Add USB build dependency for USB_WUSB_CBAF.
Signed-off-by: Thomas Pugliese <thomas.pugliese@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/wusbcore/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/wusbcore/Kconfig b/drivers/usb/wusbcore/Kconfig index f5c92f6111bc..348de1d6726e 100644 --- a/drivers/usb/wusbcore/Kconfig +++ b/drivers/usb/wusbcore/Kconfig @@ -17,6 +17,7 @@ config USB_WUSB config USB_WUSB_CBAF tristate "Support WUSB Cable Based Association (CBA)" + depends on USB help Some WUSB devices support Cable Based Association. It's used to enable the secure communication between the host and the |