diff options
author | Ben Chan <benchan@chromium.org> | 2013-06-03 22:55:39 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-05 15:31:16 -0700 |
commit | e7400ab4f495572fcd3ec547e839208589cfbc15 (patch) | |
tree | 3966858429249ee81d2c3eff2fe5126ae942f0d4 /drivers/staging/gdm72xx | |
parent | 82ba972572f4f4e768cae8fed51399747dd5605c (diff) | |
download | talos-op-linux-e7400ab4f495572fcd3ec547e839208589cfbc15.tar.gz talos-op-linux-e7400ab4f495572fcd3ec547e839208589cfbc15.zip |
staging: gdm72xx: fix typos in Kconfig
Signed-off-by: Ben Chan <benchan@chromium.org>
Cc: Sage Ahn <syahn@gctsemi.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/gdm72xx')
-rw-r--r-- | drivers/staging/gdm72xx/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/gdm72xx/Kconfig b/drivers/staging/gdm72xx/Kconfig index dd47bd1fb3ce..dd8a3913f6b9 100644 --- a/drivers/staging/gdm72xx/Kconfig +++ b/drivers/staging/gdm72xx/Kconfig @@ -19,7 +19,7 @@ config WIMAX_GDM72XX_K_MODE default n config WIMAX_GDM72XX_WIMAX2 - bool "Enable WIMAX2 support" + bool "Enable WiMAX2 support" default n choice @@ -38,7 +38,7 @@ endchoice if WIMAX_GDM72XX_USB config WIMAX_GDM72XX_USB_PM - bool "Enable power managerment support" + bool "Enable power management support" depends on PM_RUNTIME endif # WIMAX_GDM72XX_USB |