|
@@ -12,6 +12,13 @@ menuconfig IIO
|
|
|
|
|
|
if IIO
|
|
|
|
|
|
+config IIO_DEBUG
|
|
|
+ boolean "Debug support for Industrial I/O"
|
|
|
+ depends on DEBUG_KERNEL
|
|
|
+ help
|
|
|
+ Say "yes" to enable debug messaging (like dev_dbg and pr_debug)
|
|
|
+ support in Industrial I/O subsystem and drivers.
|
|
|
+
|
|
|
config IIO_BUFFER
|
|
|
bool "Enable buffer support within IIO"
|
|
|
help
|