aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/wusbcore
diff options
context:
space:
mode:
authorDavid Vrabel <david.vrabel@csr.com>2008-09-17 11:34:43 -0400
committerDavid Vrabel <dv02@dv02pc01.europe.root.pri>2008-09-17 11:54:36 -0400
commit6a7c3e464eb75310d011a6f2ea2953e6f5d91d55 (patch)
tree5fd94765165624b1aae3966d0270cb00552e37be /drivers/usb/wusbcore
parentf1fa035f2bcb2b03cb90249e05ec2ae6927a7302 (diff)
uwb: depend on EXPERIMENTAL
The UWB stack has some sysfs APIs that will change thus it's best marked as EXPERIMENTAL until these APIs are finalized. Signed-off-by: David Vrabel <david.vrabel@csr.com>
Diffstat (limited to 'drivers/usb/wusbcore')
-rw-r--r--drivers/usb/wusbcore/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/wusbcore/Kconfig b/drivers/usb/wusbcore/Kconfig
index 4ea76693ad46..eb09a0a14a80 100644
--- a/drivers/usb/wusbcore/Kconfig
+++ b/drivers/usb/wusbcore/Kconfig
@@ -2,7 +2,8 @@
2# Wireless USB Core configuration 2# Wireless USB Core configuration
3# 3#
4config USB_WUSB 4config USB_WUSB
5 tristate "Enable Wireless USB extensions" 5 tristate "Enable Wireless USB extensions (EXPERIMENTAL)"
6 depends on EXPERIMENTAL
6 depends on USB 7 depends on USB
7 select UWB 8 select UWB
8 select CRYPTO 9 select CRYPTO