2021-04-13 03:13:54 +08:00
|
|
|
# ESP32 Interrupt Allocator messages configuration
|
|
|
|
|
|
|
|
# Copyright (c) 2021 Espressif Systems (Shanghai) Co., Ltd.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config INTC_ESP32_DECISIONS_LOG
|
|
|
|
bool "Enables ESP32 interrupt allocator logging"
|
2021-08-14 02:29:03 +08:00
|
|
|
depends on SOC_ESP32 || SOC_ESP32S2
|
2021-04-13 03:13:54 +08:00
|
|
|
select LOG
|
|
|
|
help
|
|
|
|
Enable this option to visualize information on decisions made by the
|
|
|
|
interrupt allocator. This has no impact on the interrupt allocator usage
|
|
|
|
but may be valuable for debugging purposes. When enabled, messages are
|
|
|
|
print to the serial console.
|