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/uwb | |
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/uwb')
-rw-r--r-- | drivers/uwb/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/uwb/Kconfig b/drivers/uwb/Kconfig index 317e9fefbc01..ca783127af36 100644 --- a/drivers/uwb/Kconfig +++ b/drivers/uwb/Kconfig | |||
@@ -3,7 +3,8 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | menuconfig UWB | 5 | menuconfig UWB |
6 | tristate "Ultra Wide Band devices" | 6 | tristate "Ultra Wideband devices (EXPERIMENTAL)" |
7 | depends on EXPERIMENTAL | ||
7 | depends on PCI | 8 | depends on PCI |
8 | default n | 9 | default n |
9 | help | 10 | help |