From 7769a6798482804a666bcd734b511795e53b33ff Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 12 Jul 2012 14:12:18 +0000 Subject: STM32: remove pm_unregister buttons. Initialize PM buttons only once git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4935 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/stm3210e-eval/pm/defconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nuttx/configs/stm3210e-eval/pm') diff --git a/nuttx/configs/stm3210e-eval/pm/defconfig b/nuttx/configs/stm3210e-eval/pm/defconfig index d5b0a75f9..5c1d57c84 100644 --- a/nuttx/configs/stm3210e-eval/pm/defconfig +++ b/nuttx/configs/stm3210e-eval/pm/defconfig @@ -473,6 +473,10 @@ CONFIG_IDLE_CUSTOM=y # Board/Application-Specific Power Management Configuration. # These settings are probably not meaningful outside of this configuration # +# Button support can be built into the configs/stm3210e-eval/pm configuration +# to support PM testing. These would not be part of a normal, operational +# configuration. +# CONFIG_PM_BUTTONS=y CONFIG_PM_IRQBUTTONS_MIN=0 CONFIG_PM_IRQBUTTONS_MAX=7 -- cgit v1.2.3