aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/gdm724x/Kconfig
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-24 22:01:43 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-24 22:01:43 -0700
commitfc2db2c84e33c4f6c3f0a85540728045eb678dfb (patch)
treee6d4175c2ddaf52f223165c9902fe3e2131fb567 /drivers/staging/gdm724x/Kconfig
parentstaging: gdm724x: Update logging (diff)
downloadlinux-dev-fc2db2c84e33c4f6c3f0a85540728045eb678dfb.tar.xz
linux-dev-fc2db2c84e33c4f6c3f0a85540728045eb678dfb.zip
staging: gdm724x: prevent module from being built in
There are global symbols here that conflict with the rest of the kernel, preventing it from being built, so do not allow this module to be built in. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Cc: Won Kang <wonkang@gctsemi.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/gdm724x/Kconfig')
-rw-r--r--drivers/staging/gdm724x/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/gdm724x/Kconfig b/drivers/staging/gdm724x/Kconfig
index 10f7be10305d..8749e907d994 100644
--- a/drivers/staging/gdm724x/Kconfig
+++ b/drivers/staging/gdm724x/Kconfig
@@ -4,7 +4,7 @@
config LTE_GDM724X
tristate "GCT GDM724x LTE support"
- depends on NET && USB
+ depends on NET && USB && m
help
This driver supports GCT GDM724x LTE chip based USB modem devices.
It exposes 4 network devices to be used per PDN and 2 tty devices to be