Initial commit
Initial commit.
This commit is contained in:
13
Kconfig
Normal file
13
Kconfig
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user