Skip to content

Commit

Permalink
uwb: depend on EXPERIMENTAL
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Vrabel authored and David Vrabel committed Sep 17, 2008
1 parent f1fa035 commit 6a7c3e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions drivers/usb/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ config SUPERH_ON_CHIP_R8A66597
SH7366 and SH7723 processors.

config USB_WHCI_HCD
tristate "Wireless USB Host Controller Interface (WHCI) driver"
tristate "Wireless USB Host Controller Interface (WHCI) driver (EXPERIMENTAL)"
depends on EXPERIMENTAL
depends on PCI && USB
select USB_WUSB
select UWB_WHCI
Expand All @@ -319,7 +320,8 @@ config USB_WHCI_HCD
will be called "whci-hcd".

config USB_HWA_HCD
tristate "Host Wire Adapter (HWA) driver"
tristate "Host Wire Adapter (HWA) driver (EXPERIMENTAL)"
depends on EXPERIMENTAL
depends on USB
select USB_WUSB
select UWB_HWA
Expand Down
3 changes: 2 additions & 1 deletion drivers/usb/wusbcore/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# Wireless USB Core configuration
#
config USB_WUSB
tristate "Enable Wireless USB extensions"
tristate "Enable Wireless USB extensions (EXPERIMENTAL)"
depends on EXPERIMENTAL
depends on USB
select UWB
select CRYPTO
Expand Down
3 changes: 2 additions & 1 deletion drivers/uwb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
#

menuconfig UWB
tristate "Ultra Wide Band devices"
tristate "Ultra Wideband devices (EXPERIMENTAL)"
depends on EXPERIMENTAL
depends on PCI
default n
help
Expand Down

0 comments on commit 6a7c3e4

Please sign in to comment.