Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

David Vrabel and committed by
David Vrabel
6a7c3e46 f1fa035f

+8 -4
+4 -2
drivers/usb/host/Kconfig
··· 307 307 SH7366 and SH7723 processors. 308 308 309 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 312 depends on PCI && USB 312 313 select USB_WUSB 313 314 select UWB_WHCI ··· 320 319 will be called "whci-hcd". 321 320 322 321 config USB_HWA_HCD 323 - tristate "Host Wire Adapter (HWA) driver" 322 + tristate "Host Wire Adapter (HWA) driver (EXPERIMENTAL)" 323 + depends on EXPERIMENTAL 324 324 depends on USB 325 325 select USB_WUSB 326 326 select UWB_HWA
+2 -1
drivers/usb/wusbcore/Kconfig
··· 2 2 # Wireless USB Core configuration 3 3 # 4 4 config USB_WUSB 5 - tristate "Enable Wireless USB extensions" 5 + tristate "Enable Wireless USB extensions (EXPERIMENTAL)" 6 + depends on EXPERIMENTAL 6 7 depends on USB 7 8 select UWB 8 9 select CRYPTO
+2 -1
drivers/uwb/Kconfig
··· 3 3 # 4 4 5 5 menuconfig UWB 6 - tristate "Ultra Wide Band devices" 6 + tristate "Ultra Wideband devices (EXPERIMENTAL)" 7 + depends on EXPERIMENTAL 7 8 depends on PCI 8 9 default n 9 10 help