From 814d1451322bba23a1be8ffb07dc00773613c503 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 21 Jul 2012 15:33:53 +0000 Subject: Add FreeModBus to NuttX build system git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4962 42af7a65-404d-4744-a932-0658087f49c3 --- apps/modbus/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/modbus/Kconfig') 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 -- cgit v1.2.3