Loading drivers/uwb/Kconfig +7 −0 Original line number Diff line number Diff line Loading @@ -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 drivers/uwb/Makefile +1 −0 Original line number Diff line number Diff line obj-$(CONFIG_UWB) += uwb.o obj-$(CONFIG_UWB_WLP) += wlp/ obj-$(CONFIG_UWB_WHCI) += umc.o whci.o whc-rc.o obj-$(CONFIG_UWB_HWA) += hwa-rc.o Loading drivers/uwb/wlp/Makefile 0 → 100644 +10 −0 Original line number Diff line number Diff line obj-$(CONFIG_UWB_WLP) := wlp.o wlp-objs := \ driver.o \ eda.o \ messages.o \ sysfs.o \ txrx.o \ wlp-lc.o \ wss-lc.o Loading
drivers/uwb/Kconfig +7 −0 Original line number Diff line number Diff line Loading @@ -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
drivers/uwb/Makefile +1 −0 Original line number Diff line number Diff line obj-$(CONFIG_UWB) += uwb.o obj-$(CONFIG_UWB_WLP) += wlp/ obj-$(CONFIG_UWB_WHCI) += umc.o whci.o whc-rc.o obj-$(CONFIG_UWB_HWA) += hwa-rc.o Loading
drivers/uwb/wlp/Makefile 0 → 100644 +10 −0 Original line number Diff line number Diff line obj-$(CONFIG_UWB_WLP) := wlp.o wlp-objs := \ driver.o \ eda.o \ messages.o \ sysfs.o \ txrx.o \ wlp-lc.o \ wss-lc.o