summaryrefslogtreecommitdiff
path: root/apps/modbus/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-21 15:33:53 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-21 15:33:53 +0000
commit814d1451322bba23a1be8ffb07dc00773613c503 (patch)
treee635a2747aae4440090476ee08bf31a801d77e4e /apps/modbus/Kconfig
parentfcfd6c4d7ca3cc8d2751652a79a08d64eb8ec5a3 (diff)
downloadnuttx-814d1451322bba23a1be8ffb07dc00773613c503.tar.gz
nuttx-814d1451322bba23a1be8ffb07dc00773613c503.tar.bz2
nuttx-814d1451322bba23a1be8ffb07dc00773613c503.zip
Add FreeModBus to NuttX build system
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4962 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/modbus/Kconfig')
-rw-r--r--apps/modbus/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/modbus/Kconfig b/apps/modbus/Kconfig
index 839466930..da95abf6a 100644
--- a/apps/modbus/Kconfig
+++ b/apps/modbus/Kconfig
@@ -5,6 +5,10 @@
comment "FreeModbus"
+config MODBUS
+ bool "Modbus support via FreeModBus"
+ default n
+
config MB_ASCII_ENABLED
bool "Modbus ASCII support"
depends on MODBUS