blob: b30b5edf7cf66827a01ed44887b3ab3fc7541f26 [file] [log] [blame]
Rasmus Villemoesdc322752021-04-21 11:16:03 +02001config CACHE_FLUSH_WATCHDOG_THRESHOLD
2 int "Bytes to flush between WATCHDOG_RESET calls"
3 default 0
4 help
5 The flush_cache() function periodically, and by default for
6 every cache line, calls WATCHDOG_RESET(). When flushing a
7 large area, that may add a significant amount of
8 overhead. This option allows you to set a threshold for how
9 many bytes to flush between each WATCHDOG_RESET call.