Fix typos in Kconfig files

This commit is contained in:
Gregory Nutt 2013-04-20 17:37:32 -06:00
parent 79d0f577d0
commit 13f5e5f3d7
4 changed files with 21 additions and 20 deletions

View File

@ -115,33 +115,33 @@ config PM_ALARM_SEC
int "PM_STANDBY delay (seconds)" int "PM_STANDBY delay (seconds)"
default 15 default 15
depends on PM && RTC_ALARM depends on PM && RTC_ALARM
--help--- ---help---
Number of seconds to wait in PM_STANDBY before going to PM_STANDBY mode. Number of seconds to wait in PM_STANDBY before going to PM_STANDBY mode.
config PM_ALARM_NSEC config PM_ALARM_NSEC
int "PM_STANDBY delay (nanoseconds)" int "PM_STANDBY delay (nanoseconds)"
default 0 default 0
depends on PM && RTC_ALARM depends on PM && RTC_ALARM
--help--- ---help---
Number of additional nanoseconds to wait in PM_STANDBY before going to PM_STANDBY mode. Number of additional nanoseconds to wait in PM_STANDBY before going to PM_STANDBY mode.
config PM_SLEEP_WAKEUP config PM_SLEEP_WAKEUP
bool "PM_SLEEP wake-up alarm" bool "PM_SLEEP wake-up alarm"
default n default n
depends on PM && RTC_ALARM depends on PM && RTC_ALARM
--help--- ---help---
Wake-up of PM_SLEEP mode after a delay and resume normal operation. Wake-up of PM_SLEEP mode after a delay and resume normal operation.
config PM_SLEEP_WAKEUP_SEC config PM_SLEEP_WAKEUP_SEC
int "PM_SLEEP delay (seconds)" int "PM_SLEEP delay (seconds)"
default 10 default 10
depends on PM && RTC_ALARM depends on PM && RTC_ALARM
--help--- ---help---
Number of seconds to wait in PM_SLEEP before going to PM_STANDBY mode. Number of seconds to wait in PM_SLEEP before going to PM_STANDBY mode.
config PM_SLEEP_WAKEUP_NSEC config PM_SLEEP_WAKEUP_NSEC
int "PM_SLEEP delay (nanoseconds)" int "PM_SLEEP delay (nanoseconds)"
default 0 default 0
depends on PM && RTC_ALARM depends on PM && RTC_ALARM
--help--- ---help---
Number of additional nanoseconds to wait in PM_SLEEP before going to PM_STANDBY mode. Number of additional nanoseconds to wait in PM_SLEEP before going to PM_STANDBY mode.

View File

@ -24,35 +24,36 @@ config PM_ALARM_SEC
int "PM_STANDBY delay (seconds)" int "PM_STANDBY delay (seconds)"
default 15 default 15
depends on PM && RTC_ALARM depends on PM && RTC_ALARM
--help--- ---help---
Number of seconds to wait in PM_STANDBY before going to PM_STANDBY mode. Number of seconds to wait in PM_STANDBY before going to PM_STANDBY mode.
config PM_ALARM_NSEC config PM_ALARM_NSEC
int "PM_STANDBY delay (nanoseconds)" int "PM_STANDBY delay (nanoseconds)"
default 0 default 0
depends on PM && RTC_ALARM depends on PM && RTC_ALARM
--help--- ---help---
Number of additional nanoseconds to wait in PM_STANDBY before going to PM_STANDBY mode. Number of additional nanoseconds to wait in PM_STANDBY before going to PM_STANDBY mode.
config PM_SLEEP_WAKEUP config PM_SLEEP_WAKEUP
bool "PM_SLEEP wake-up alarm" bool "PM_SLEEP wake-up alarm"
default n default n
depends on PM && RTC_ALARM depends on PM && RTC_ALARM
--help--- ---help---
Wake-up of PM_SLEEP mode after a delay and resume normal operation. Wake-up of PM_SLEEP mode after a delay and resume normal operation.
config PM_SLEEP_WAKEUP_SEC config PM_SLEEP_WAKEUP_SEC
int "PM_SLEEP delay (seconds)" int "PM_SLEEP delay (seconds)"
default 10 default 10
depends on PM && RTC_ALARM depends on PM && RTC_ALARM
--help--- ---help---
Number of seconds to wait in PM_SLEEP before going to PM_STANDBY mode. Number of seconds to wait in PM_SLEEP before going to PM_STANDBY mode.
config PM_SLEEP_WAKEUP_NSEC config PM_SLEEP_WAKEUP_NSEC
int "PM_SLEEP delay (nanoseconds)" int "PM_SLEEP delay (nanoseconds)"
default 0 default 0
depends on PM && RTC_ALARM depends on PM && RTC_ALARM
--help--- ---help---
Number of additional nanoseconds to wait in PM_SLEEP before going to PM_STANDBY mode. Number of additional nanoseconds to wait in PM_SLEEP before going to PM_STANDBY mode.
endif endif

View File

@ -23,35 +23,35 @@ config PM_ALARM_SEC
int "PM_STANDBY delay (seconds)" int "PM_STANDBY delay (seconds)"
default 15 default 15
depends on PM && RTC_ALARM depends on PM && RTC_ALARM
--help--- ---help---
Number of seconds to wait in PM_STANDBY before going to PM_STANDBY mode. Number of seconds to wait in PM_STANDBY before going to PM_STANDBY mode.
config PM_ALARM_NSEC config PM_ALARM_NSEC
int "PM_STANDBY delay (nanoseconds)" int "PM_STANDBY delay (nanoseconds)"
default 0 default 0
depends on PM && RTC_ALARM depends on PM && RTC_ALARM
--help--- ---help---
Number of additional nanoseconds to wait in PM_STANDBY before going to PM_STANDBY mode. Number of additional nanoseconds to wait in PM_STANDBY before going to PM_STANDBY mode.
config PM_SLEEP_WAKEUP config PM_SLEEP_WAKEUP
bool "PM_SLEEP wake-up alarm" bool "PM_SLEEP wake-up alarm"
default n default n
depends on PM && RTC_ALARM depends on PM && RTC_ALARM
--help--- ---help---
Wake-up of PM_SLEEP mode after a delay and resume normal operation. Wake-up of PM_SLEEP mode after a delay and resume normal operation.
config PM_SLEEP_WAKEUP_SEC config PM_SLEEP_WAKEUP_SEC
int "PM_SLEEP delay (seconds)" int "PM_SLEEP delay (seconds)"
default 10 default 10
depends on PM && RTC_ALARM depends on PM && RTC_ALARM
--help--- ---help---
Number of seconds to wait in PM_SLEEP before going to PM_STANDBY mode. Number of seconds to wait in PM_SLEEP before going to PM_STANDBY mode.
config PM_SLEEP_WAKEUP_NSEC config PM_SLEEP_WAKEUP_NSEC
int "PM_SLEEP delay (nanoseconds)" int "PM_SLEEP delay (nanoseconds)"
default 0 default 0
depends on PM && RTC_ALARM depends on PM && RTC_ALARM
--help--- ---help---
Number of additional nanoseconds to wait in PM_SLEEP before going to PM_STANDBY mode. Number of additional nanoseconds to wait in PM_SLEEP before going to PM_STANDBY mode.
endif endif

View File

@ -23,35 +23,35 @@ config PM_ALARM_SEC
int "PM_STANDBY delay (seconds)" int "PM_STANDBY delay (seconds)"
default 15 default 15
depends on PM && RTC_ALARM depends on PM && RTC_ALARM
--help--- ---help---
Number of seconds to wait in PM_STANDBY before going to PM_STANDBY mode. Number of seconds to wait in PM_STANDBY before going to PM_STANDBY mode.
config PM_ALARM_NSEC config PM_ALARM_NSEC
int "PM_STANDBY delay (nanoseconds)" int "PM_STANDBY delay (nanoseconds)"
default 0 default 0
depends on PM && RTC_ALARM depends on PM && RTC_ALARM
--help--- ---help---
Number of additional nanoseconds to wait in PM_STANDBY before going to PM_STANDBY mode. Number of additional nanoseconds to wait in PM_STANDBY before going to PM_STANDBY mode.
config PM_SLEEP_WAKEUP config PM_SLEEP_WAKEUP
bool "PM_SLEEP wake-up alarm" bool "PM_SLEEP wake-up alarm"
default n default n
depends on PM && RTC_ALARM depends on PM && RTC_ALARM
--help--- ---help---
Wake-up of PM_SLEEP mode after a delay and resume normal operation. Wake-up of PM_SLEEP mode after a delay and resume normal operation.
config PM_SLEEP_WAKEUP_SEC config PM_SLEEP_WAKEUP_SEC
int "PM_SLEEP delay (seconds)" int "PM_SLEEP delay (seconds)"
default 10 default 10
depends on PM && RTC_ALARM depends on PM && RTC_ALARM
--help--- ---help---
Number of seconds to wait in PM_SLEEP before going to PM_STANDBY mode. Number of seconds to wait in PM_SLEEP before going to PM_STANDBY mode.
config PM_SLEEP_WAKEUP_NSEC config PM_SLEEP_WAKEUP_NSEC
int "PM_SLEEP delay (nanoseconds)" int "PM_SLEEP delay (nanoseconds)"
default 0 default 0
depends on PM && RTC_ALARM depends on PM && RTC_ALARM
--help--- ---help---
Number of additional nanoseconds to wait in PM_SLEEP before going to PM_STANDBY mode. Number of additional nanoseconds to wait in PM_SLEEP before going to PM_STANDBY mode.
endif endif