diff options
author | Chris Kelly <ckelly@ozmodevices.com> | 2012-02-20 21:12:44 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-02-24 09:29:24 -0800 |
commit | b0406db5b3e45098bafb45c673992bd123a04e6b (patch) | |
tree | 4b640618b11f4036eb07ea1303d32f59ec5c8c5d /drivers/staging/Kconfig | |
parent | 066b2229410f2f58fa91baedd22b4dcf048e28dd (diff) | |
download | lwn-b0406db5b3e45098bafb45c673992bd123a04e6b.tar.gz lwn-b0406db5b3e45098bafb45c673992bd123a04e6b.zip |
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: Chris Kelly <ckelly@ozmodevices.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/Kconfig')
-rw-r--r-- | drivers/staging/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index c37dbc5e5117..f1abfb179b47 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -132,4 +132,6 @@ source "drivers/staging/telephony/Kconfig" source "drivers/staging/ramster/Kconfig" +source "drivers/staging/ozwpan/Kconfig" + endif # STAGING |