summaryrefslogtreecommitdiff
path: root/nuttx/drivers/Kconfig
diff options
context:
space:
mode:
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.