summaryrefslogtreecommitdiff
path: root/apps/system/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-06 12:31:33 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-06 12:31:33 -0600
commitbcdd708ea9f51359ce2b12c30d8b7de4ad5af9a2 (patch)
tree301071adc9443043f065342d5e0579a997663cfa /apps/system/Kconfig
parent3c5fae81f4923f684adaafc5b72d18ad09baba45 (diff)
downloadpx4-nuttx-bcdd708ea9f51359ce2b12c30d8b7de4ad5af9a2.tar.gz
px4-nuttx-bcdd708ea9f51359ce2b12c30d8b7de4ad5af9a2.tar.bz2
px4-nuttx-bcdd708ea9f51359ce2b12c30d8b7de4ad5af9a2.zip
Add a tiny system application to read the current temperature
Diffstat (limited to 'apps/system/Kconfig')
-rw-r--r--apps/system/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/system/Kconfig b/apps/system/Kconfig
index e3b9689ac..978cdbaae 100644
--- a/apps/system/Kconfig
+++ b/apps/system/Kconfig
@@ -75,6 +75,10 @@ menu "Sysinfo"
source "$APPSDIR/system/sysinfo/Kconfig"
endmenu
+menu "Temperature"
+source "$APPSDIR/system/lm75/Kconfig"
+endmenu
+
menu "VI Work-Alike Editor"
source "$APPSDIR/system/vi/Kconfig"
endmenu