Commit 6a7c3e46 authored by David Vrabel's avatar David Vrabel Committed by David Vrabel

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: default avatarDavid Vrabel <david.vrabel@csr.com>
parent f1fa035f
...@@ -307,7 +307,8 @@ config SUPERH_ON_CHIP_R8A66597 ...@@ -307,7 +307,8 @@ config SUPERH_ON_CHIP_R8A66597
SH7366 and SH7723 processors. SH7366 and SH7723 processors.
config USB_WHCI_HCD 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 depends on PCI && USB
select USB_WUSB select USB_WUSB
select UWB_WHCI select UWB_WHCI
...@@ -319,7 +320,8 @@ config USB_WHCI_HCD ...@@ -319,7 +320,8 @@ config USB_WHCI_HCD
will be called "whci-hcd". will be called "whci-hcd".
config USB_HWA_HCD config USB_HWA_HCD
tristate "Host Wire Adapter (HWA) driver" tristate "Host Wire Adapter (HWA) driver (EXPERIMENTAL)"
depends on EXPERIMENTAL
depends on USB depends on USB
select USB_WUSB select USB_WUSB
select UWB_HWA select UWB_HWA
......
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
# Wireless USB Core configuration # Wireless USB Core configuration
# #
config USB_WUSB config USB_WUSB
tristate "Enable Wireless USB extensions" tristate "Enable Wireless USB extensions (EXPERIMENTAL)"
depends on EXPERIMENTAL
depends on USB depends on USB
select UWB select UWB
select CRYPTO select CRYPTO
......
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
# #
menuconfig UWB menuconfig UWB
tristate "Ultra Wide Band devices" tristate "Ultra Wideband devices (EXPERIMENTAL)"
depends on EXPERIMENTAL
depends on PCI depends on PCI
default n default n
help help
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment