Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b0406db5 authored by Chris Kelly's avatar Chris Kelly Committed by Greg Kroah-Hartman
Browse files

staging: ozwpan: Plumbed in Kconfig and Kbuild



Added Kconfig and Kbuild files for ozwpan USB over WiFi driver.
Modified parent Makefile and Kconfig to include them.

Signed-off-by: default avatarChris Kelly <ckelly@ozmodevices.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 066b2229
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -132,4 +132,6 @@ source "drivers/staging/telephony/Kconfig"

source "drivers/staging/ramster/Kconfig"

source "drivers/staging/ozwpan/Kconfig"

endif # STAGING
+1 −0
Original line number Diff line number Diff line
@@ -56,3 +56,4 @@ obj-$(CONFIG_DRM_OMAP) += omapdrm/
obj-$(CONFIG_ANDROID)		+= android/
obj-$(CONFIG_PHONE)		+= telephony/
obj-$(CONFIG_RAMSTER)		+= ramster/
obj-$(CONFIG_USB_WPAN_HCD)	+= ozwpan/
+20 −0
Original line number Diff line number Diff line
# -----------------------------------------------------------------------------
# Copyright (c) 2011 Ozmo Inc
# Released under the GNU General Public License Version 2 (GPLv2).
# -----------------------------------------------------------------------------
obj-$(CONFIG_USB_WPAN_HCD) += ozwpan.o
ozwpan-y := \
	ozmain.o \
	ozpd.o \
	ozusbsvc.o \
	ozusbsvc1.o \
	ozhcd.o \
	ozeltbuf.o \
	ozproto.o \
	ozcdev.o \
	ozalloc.o \
	ozurbparanoia.o \
	oztrace.o \
	ozevent.o

+9 −0
Original line number Diff line number Diff line
config USB_WPAN_HCD
	tristate "USB over WiFi Host Controller"
	depends on USB
	help
	  A driver for USB Host Controllers that are compatible with
	  Ozmo Devices USB over WiFi technology.

	  To compile this driver a module, choose M here: the module
	  will be called "ozwpan".