diff options
author | Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> | 2008-09-17 11:34:20 -0400 |
---|---|---|
committer | David Vrabel <dv02@dv02pc01.europe.root.pri> | 2008-09-17 11:54:28 -0400 |
commit | 1ba47da527121ff704f4e9f27a12c9f32db05022 (patch) | |
tree | 742d5db40e92ee7912cdcfaadcf7321b917498f7 /drivers/uwb/Kconfig | |
parent | 3b0c5a3818555988b6235144e0174b1a512719b7 (diff) |
uwb: add the i1480 DFU driver
Add the driver for downloading the firmware to an Intel i1480 device.
Signed-off-by: David Vrabel <david.vrabel@csr.com>
Diffstat (limited to 'drivers/uwb/Kconfig')
-rw-r--r-- | drivers/uwb/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/uwb/Kconfig b/drivers/uwb/Kconfig index 41f8984d1984..59acb5b001d1 100644 --- a/drivers/uwb/Kconfig +++ b/drivers/uwb/Kconfig | |||
@@ -64,4 +64,16 @@ config UWB_WLP | |||
64 | This is a common library for drivers that implement | 64 | This is a common library for drivers that implement |
65 | networking over UWB. | 65 | networking over UWB. |
66 | 66 | ||
67 | config UWB_I1480U | ||
68 | tristate "Support for Intel Wireless UWB Link 1480 HWA" | ||
69 | depends on UWB_HWA | ||
70 | select FW_LOADER | ||
71 | help | ||
72 | This driver enables support for the i1480 when connected via | ||
73 | USB. It consists of a firmware uploader that will enable it | ||
74 | to behave as an HWA device. | ||
75 | |||
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. | ||
78 | |||
67 | endif # UWB | 79 | endif # UWB |