25 lines
514 B
Plaintext
25 lines
514 B
Plaintext
|
#
|
||
|
# For a description of the syntax of this configuration file,
|
||
|
# see misc/tools/kconfig-language.txt.
|
||
|
#
|
||
|
|
||
|
config EXAMPLES_CALIB_UDELAY
|
||
|
bool "Calibration tool for udelay"
|
||
|
default n
|
||
|
select CLOCK_MONOTONIC
|
||
|
---help---
|
||
|
|
||
|
if EXAMPLES_CALIB_UDELAY
|
||
|
|
||
|
config EXAMPLES_CALIB_UDELAY_NUM_MEASUREMENTS
|
||
|
int "Number of measurements to take for each loop iteration count"
|
||
|
default 3
|
||
|
---help---
|
||
|
|
||
|
config EXAMPLES_CALIB_UDELAY_NUM_RESULTS
|
||
|
int "Number of results to generate for calibration slope"
|
||
|
default 20
|
||
|
---help---
|
||
|
|
||
|
endif
|