aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wimax/Kconfig
diff options
context:
space:
mode:
authorInaky Perez-Gonzalez <inaky@linux.intel.com>2008-12-23 19:18:48 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-07 13:00:22 -0500
commit143ee2d5557c0598a97f3089eb29e8226e0e8cee (patch)
tree94e5e4a532a9d48a252e448a4b7be76b80899f10 /drivers/net/wimax/Kconfig
parent514ec71f7289c942f801bdbd309428c470bfc071 (diff)
i2400m: Makefile and Kconfig
Integrate the i2400m driver into the kernel's build and Kconfig. Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/net/wimax/Kconfig')
-rw-r--r--drivers/net/wimax/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/net/wimax/Kconfig b/drivers/net/wimax/Kconfig
new file mode 100644
index 000000000000..565018ec1e3b
--- /dev/null
+++ b/drivers/net/wimax/Kconfig
@@ -0,0 +1,17 @@
1#
2# WiMAX LAN device drivers configuration
3#
4
5
6comment "Enable WiMAX (Networking options) to see the WiMAX drivers"
7 depends on WIMAX = n
8
9if WIMAX
10
11menu "WiMAX Wireless Broadband devices"
12
13source "drivers/net/wimax/i2400m/Kconfig"
14
15endmenu
16
17endif