From 561c54964b2c99b1709fa79ee98aea31e7d7d449 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 25 Apr 2013 15:52:00 -0600 Subject: Various Kconfig files still have references to CONFIG_ variables. Some in harmless comments, some in config definionts which is not harmless. All removed --- apps/examples/pwm/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/examples/pwm') diff --git a/apps/examples/pwm/Kconfig b/apps/examples/pwm/Kconfig index 78edd2178..b9b28fd79 100644 --- a/apps/examples/pwm/Kconfig +++ b/apps/examples/pwm/Kconfig @@ -35,14 +35,14 @@ config EXAMPLES_PWM_DURATION default 5 if !EXAMPLES_PWM_PULSECOUNT ---help--- The default PWM pulse train duration in seconds. Used only if the current - pulse count is zero (pulse countis only supported if CONFIG_PWM_PULSECOUNT + pulse count is zero (pulse countis only supported if PWM_PULSECOUNT is defined). Default: 5 seconds config EXAMPLES_PWM_PULSECOUNT int "Default pulse count" default 0 ---help--- - The initial PWM pulse count. This option is only available if CONFIG_PWM_PULSECOUNT + The initial PWM pulse count. This option is only available if PWM_PULSECOUNT is nonzero. Default: 0 (i.e., use the duration, not the count). endif -- cgit v1.2.3