diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2008-09-17 16:34:19 +0100 |
---|---|---|
committer | David Vrabel <dv02@dv02pc01.europe.root.pri> | 2008-09-17 16:54:28 +0100 |
commit | 3b0c5a3818555988b6235144e0174b1a512719b7 (patch) | |
tree | dfdf8135e50ee4a2c3e3b14743f28337cb122cce /drivers/uwb/Kconfig | |
parent | 2f19204480f16a20d8571a97c13f0cec2968607c (diff) | |
download | linux-stable-3b0c5a3818555988b6235144e0174b1a512719b7.tar.gz linux-stable-3b0c5a3818555988b6235144e0174b1a512719b7.tar.bz2 linux-stable-3b0c5a3818555988b6235144e0174b1a512719b7.zip |
uwb: add WiMedia LLC Protocol (build system)
Add the WLP build system (Kconfig and Kbuild files).
Signed-off-by: David Vrabel <david.vrabel@csr.com>
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 To compile this driver select Y (built in) or M (module). It is safe to select any even if you do not have the hardware. +config UWB_WLP + tristate "Support WiMedia Link Protocol (Ethernet/IP over UWB)" + depends on UWB && NET + help + This is a common library for drivers that implement + networking over UWB. + endif # UWB |