Skip to content

Commit

Permalink
staging: ozwpan: Plumbed in Kconfig and Kbuild
Browse files Browse the repository at this point in the history
Added Kconfig and Kbuild files for ozwpan USB over WiFi driver.
Modified parent Makefile and Kconfig to include them.

Signed-off-by: Chris Kelly <ckelly@ozmodevices.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Chris Kelly authored and Greg Kroah-Hartman committed Feb 24, 2012
1 parent 066b222 commit b0406db
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,6 @@ source "drivers/staging/telephony/Kconfig"

source "drivers/staging/ramster/Kconfig"

source "drivers/staging/ozwpan/Kconfig"

endif # STAGING
1 change: 1 addition & 0 deletions drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 20 additions & 0 deletions drivers/staging/ozwpan/Kbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# -----------------------------------------------------------------------------
# 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 changes: 9 additions & 0 deletions drivers/staging/ozwpan/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
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".

0 comments on commit b0406db

Please sign in to comment.