summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/pm
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-12 14:12:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-12 14:12:18 +0000
commit7769a6798482804a666bcd734b511795e53b33ff (patch)
tree62b38a0f5071c19c9b061722a2ebd9c7992caabd /nuttx/configs/stm3210e-eval/pm
parentdc7c79d7f673a8c641ad6c3e567b321a924af675 (diff)
downloadpx4-nuttx-7769a6798482804a666bcd734b511795e53b33ff.tar.gz
px4-nuttx-7769a6798482804a666bcd734b511795e53b33ff.tar.bz2
px4-nuttx-7769a6798482804a666bcd734b511795e53b33ff.zip
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
Diffstat (limited to 'nuttx/configs/stm3210e-eval/pm')
-rw-r--r--nuttx/configs/stm3210e-eval/pm/defconfig4
1 files changed, 4 insertions, 0 deletions
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