diff options
author | David Vrabel <david.vrabel@csr.com> | 2010-10-25 08:57:32 -0400 |
---|---|---|
committer | David Vrabel <david.vrabel@csr.com> | 2010-10-25 09:03:45 -0400 |
commit | 446396bfab00392010ebc36b9ccf859935b0f17b (patch) | |
tree | 7612ca4ed9f6cbd9e4341e7c3deae1634d3d87d8 /drivers/uwb/i1480/Makefile | |
parent | 229aebb873e29726b91e076161649cf45154b0bf (diff) |
uwb: Remove the WLP subsystem and drivers
The only Wimedia LLC Protocol (WLP) hardware was an Intel i1480 chip
with a beta release of firmware that was never commercially available as
a product. This hardware and firmware is no longer available as Intel
sold their UWB/WLP IP. I also see little prospect of other WLP
capable hardware ever being available.
Signed-off-by: David Vrabel <david.vrabel@csr.com>
Diffstat (limited to 'drivers/uwb/i1480/Makefile')
-rw-r--r-- | drivers/uwb/i1480/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/uwb/i1480/Makefile b/drivers/uwb/i1480/Makefile index 212bbc7d4c32..d69da1684cfb 100644 --- a/drivers/uwb/i1480/Makefile +++ b/drivers/uwb/i1480/Makefile | |||
@@ -1,2 +1 @@ | |||
1 | obj-$(CONFIG_UWB_I1480U) += dfu/ i1480-est.o | obj-$(CONFIG_UWB_I1480U) += dfu/ i1480-est.o | |
2 | obj-$(CONFIG_UWB_I1480U_WLP) += i1480u-wlp/ | ||