summaryrefslogtreecommitdiff
path: root/nuttx/drivers/sensors
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-08-10 09:06:53 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-08-10 09:06:53 -0600
commit15c900e3646dc4b7431da9c05bf390b3c20ee7dd (patch)
tree9ec8e9497882fff8b799fc868736346aa00cc643 /nuttx/drivers/sensors
parentf8961d02c8b37ce75589e3e6a7c09539ea8b2237 (diff)
downloadpx4-nuttx-15c900e3646dc4b7431da9c05bf390b3c20ee7dd.tar.gz
px4-nuttx-15c900e3646dc4b7431da9c05bf390b3c20ee7dd.tar.bz2
px4-nuttx-15c900e3646dc4b7431da9c05bf390b3c20ee7dd.zip
Rearrange configuration settings so that ARCH_HAVE_SDIO is moved to higher, sharable level
Diffstat (limited to 'nuttx/drivers/sensors')
-rw-r--r--nuttx/drivers/sensors/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/sensors/Kconfig b/nuttx/drivers/sensors/Kconfig
index 386cdc3a8..9433b5e77 100644
--- a/nuttx/drivers/sensors/Kconfig
+++ b/nuttx/drivers/sensors/Kconfig
@@ -2,6 +2,7 @@
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
+
config LIS331DL
bool "ST LIS331DL device support"
default n
@@ -30,4 +31,3 @@ config DEBUG_QENCODER
bool "Enable Qencoder Debug"
default n
depends on QENCODER
-