summaryrefslogtreecommitdiff
path: root/nuttx/drivers/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-26 20:38:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-26 20:38:46 +0000
commit29323cbf2b66769395ea9f5eb6413cf8dfb490b2 (patch)
treee9383336c35654001dcc3777be9919dbdfa4abfc /nuttx/drivers/Kconfig
parent6fa7154369e06337a888d7b7bb023ad1471c3f3e (diff)
downloadpx4-nuttx-29323cbf2b66769395ea9f5eb6413cf8dfb490b2.tar.gz
px4-nuttx-29323cbf2b66769395ea9f5eb6413cf8dfb490b2.tar.bz2
px4-nuttx-29323cbf2b66769395ea9f5eb6413cf8dfb490b2.zip
Mostly cosmetic updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4980 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/Kconfig')
-rw-r--r--nuttx/drivers/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/drivers/Kconfig b/nuttx/drivers/Kconfig
index b605166b0..abbe2d213 100644
--- a/nuttx/drivers/Kconfig
+++ b/nuttx/drivers/Kconfig
@@ -126,7 +126,7 @@ config CAN_LOOPBACK
A CAN driver may or may not support a loopback mode for testing. If the
driver does support loopback mode, the setting will enable it. (If the
driver does not, this setting will have no effect).
-
+
endif
config PWM
@@ -201,7 +201,7 @@ if WATCHDOG
endif
menuconfig ANALOG
- bool "Analog Device(adc,dac) support"
+ bool "Analog Device(ADC/DAC) support"
default n
---help---
This directory holds implementations of analog device drivers.