diff options
author | David Vrabel <david.vrabel@csr.com> | 2008-09-17 11:34:43 -0400 |
---|---|---|
committer | David Vrabel <dv02@dv02pc01.europe.root.pri> | 2008-09-17 11:54:36 -0400 |
commit | 6a7c3e464eb75310d011a6f2ea2953e6f5d91d55 (patch) | |
tree | 5fd94765165624b1aae3966d0270cb00552e37be /drivers/usb/host/Kconfig | |
parent | f1fa035f2bcb2b03cb90249e05ec2ae6927a7302 (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/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 515044129bb9..72fb655e6033 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig | |||
@@ -307,7 +307,8 @@ config SUPERH_ON_CHIP_R8A66597 | |||
307 | SH7366 and SH7723 processors. | 307 | SH7366 and SH7723 processors. |
308 | 308 | ||
309 | config USB_WHCI_HCD | 309 | config USB_WHCI_HCD |
310 | tristate "Wireless USB Host Controller Interface (WHCI) driver" | 310 | tristate "Wireless USB Host Controller Interface (WHCI) driver (EXPERIMENTAL)" |
311 | depends on EXPERIMENTAL | ||
311 | depends on PCI && USB | 312 | depends on PCI && USB |
312 | select USB_WUSB | 313 | select USB_WUSB |
313 | select UWB_WHCI | 314 | select UWB_WHCI |
@@ -319,7 +320,8 @@ config USB_WHCI_HCD | |||
319 | will be called "whci-hcd". | 320 | will be called "whci-hcd". |
320 | 321 | ||
321 | config USB_HWA_HCD | 322 | config USB_HWA_HCD |
322 | tristate "Host Wire Adapter (HWA) driver" | 323 | tristate "Host Wire Adapter (HWA) driver (EXPERIMENTAL)" |
324 | depends on EXPERIMENTAL | ||
323 | depends on USB | 325 | depends on USB |
324 | select USB_WUSB | 326 | select USB_WUSB |
325 | select UWB_HWA | 327 | select UWB_HWA |