summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/pm/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-12 12:38:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-12 12:38:11 +0000
commitdc7c79d7f673a8c641ad6c3e567b321a924af675 (patch)
tree23c95b9fc55d96349e6e74a4500fe9db0a8f08e4 /nuttx/configs/stm3210e-eval/pm/defconfig
parent0e4e193dac736b83aec9ede288e6f6d663f03a96 (diff)
downloadpx4-nuttx-dc7c79d7f673a8c641ad6c3e567b321a924af675.tar.gz
px4-nuttx-dc7c79d7f673a8c641ad6c3e567b321a924af675.tar.bz2
px4-nuttx-dc7c79d7f673a8c641ad6c3e567b321a924af675.zip
Make PM button logic configurable
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4934 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3210e-eval/pm/defconfig')
-rw-r--r--nuttx/configs/stm3210e-eval/pm/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/configs/stm3210e-eval/pm/defconfig b/nuttx/configs/stm3210e-eval/pm/defconfig
index d261225ad..d5b0a75f9 100644
--- a/nuttx/configs/stm3210e-eval/pm/defconfig
+++ b/nuttx/configs/stm3210e-eval/pm/defconfig
@@ -473,6 +473,7 @@ CONFIG_IDLE_CUSTOM=y
# Board/Application-Specific Power Management Configuration.
# These settings are probably not meaningful outside of this configuration
#
+CONFIG_PM_BUTTONS=y
CONFIG_PM_IRQBUTTONS_MIN=0
CONFIG_PM_IRQBUTTONS_MAX=7
CONFIG_PM_BUTTONS_NAME0="WAKEUP"