diff options
author | Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> | 2008-09-17 11:34:21 -0400 |
---|---|---|
committer | David Vrabel <dv02@dv02pc01.europe.root.pri> | 2008-09-17 11:54:28 -0400 |
commit | a21b963aa4a98c645b1fa3799f2e4a6ebb6c974a (patch) | |
tree | bb6c927dea997cd1327c283f2969263475c21674 /drivers/uwb/Kconfig | |
parent | 1ba47da527121ff704f4e9f27a12c9f32db05022 (diff) |
uwb: add the i1480 WLP driver
Add the driver for the WLP capability of the Intel i1480 device.
Signed-off-by: David Vrabel <david.vrabel@csr.com>
Diffstat (limited to 'drivers/uwb/Kconfig')
-rw-r--r-- | drivers/uwb/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/uwb/Kconfig b/drivers/uwb/Kconfig index 59acb5b001d1..317e9fefbc01 100644 --- a/drivers/uwb/Kconfig +++ b/drivers/uwb/Kconfig | |||
@@ -76,4 +76,14 @@ config UWB_I1480U | |||
76 | To compile this driver select Y (built in) or M (module). It | 76 | To compile this driver select Y (built in) or M (module). It |
77 | is safe to select any even if you do not have the hardware. | 77 | is safe to select any even if you do not have the hardware. |
78 | 78 | ||
79 | config UWB_I1480U_WLP | ||
80 | tristate "Support for Intel Wireless UWB Link 1480 HWA's WLP interface" | ||
81 | depends on UWB_I1480U && UWB_WLP && NET | ||
82 | help | ||
83 | This driver enables WLP support for the i1480 when connected via | ||
84 | USB. WLP is the WiMedia Link Protocol, or IP over UWB. | ||
85 | |||
86 | To compile this driver select Y (built in) or M (module). It | ||
87 | is safe to select any even if you don't have the hardware. | ||
88 | |||
79 | endif # UWB | 89 | endif # UWB |