Files
cyber.scope/Kconfig
kntran1 4e2a5258a5 Initial commit
Initial commit.
2026-03-23 14:40:39 -05:00

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"