diff options
Diffstat (limited to 'drivers/uwb/Kconfig')
-rw-r--r-- | drivers/uwb/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/uwb/Kconfig b/drivers/uwb/Kconfig index a442f39f354c..41f8984d1984 100644 --- a/drivers/uwb/Kconfig +++ b/drivers/uwb/Kconfig | |||
@@ -57,4 +57,11 @@ config UWB_WHCI | |||
57 | To compile this driver select Y (built in) or M (module). It | 57 | To compile this driver select Y (built in) or M (module). It |
58 | is safe to select any even if you do not have the hardware. | 58 | is safe to select any even if you do not have the hardware. |
59 | 59 | ||
60 | config UWB_WLP | ||
61 | tristate "Support WiMedia Link Protocol (Ethernet/IP over UWB)" | ||
62 | depends on UWB && NET | ||
63 | help | ||
64 | This is a common library for drivers that implement | ||
65 | networking over UWB. | ||
66 | |||
60 | endif # UWB | 67 | endif # UWB |