diff options
author | Sage Ahn <syahn@gctsemi.com> | 2012-05-15 13:20:36 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-15 08:49:35 -0700 |
commit | 247e9cffdce024fec5f55f76a8592f2fa8b3aa7b (patch) | |
tree | dbc4204e78315eff10b2b2300cf0b918fa7bf295 /drivers/staging/Kconfig | |
parent | 93c66ee1186ad31f767f1b7cbd0ecaef7375b8ed (diff) | |
download | lwn-247e9cffdce024fec5f55f76a8592f2fa8b3aa7b.tar.gz lwn-247e9cffdce024fec5f55f76a8592f2fa8b3aa7b.zip |
staging: gdm72xx: Add GCT GDM72xx WiMAX driver.
This patch provides the kernel driver for the GDM72xx WiMAX chips
developed by GCT Semiconductor, Inc., which enables mobile WiMAX
connection on the Linux host.
Signed-off-by: Sage Ahn <syahn@gctsemi.com>
Cc: Ben Chan <benchan@chromium.org>
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 d6417d118a9b..7e0e5e4317a8 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -130,4 +130,6 @@ source "drivers/staging/ozwpan/Kconfig" source "drivers/staging/ipack/Kconfig" +source "drivers/staging/gdm72xx/Kconfig" + endif # STAGING |