14 lines
405 B
Plaintext
14 lines
405 B
Plaintext
# Copyright (C) Morgan Advanced Programmable Systems, Inc.
|
|
|
|
mainmenu "Cyber Scope Application"
|
|
|
|
config DBG_STATS
|
|
bool "Enable debug statistics"
|
|
default n
|
|
help
|
|
Enable debug statistics variables for development and debugging.
|
|
When enabled, counters for I2C transfers, FIFO reads, shot captures,
|
|
etc. are tracked. When disabled, no code or RAM is used.
|
|
|
|
source "Kconfig.zephyr"
|