| # TCAN4x5x configuration options |
| # Copyright (c) 2023 Vestas Wind Systems A/S |
| # SPDX-License-Identifier: Apache-2.0 |
| depends on DT_HAS_TI_TCAN4X5X_ENABLED |
| Enable support for the Texas Instruments TCAN4x5x. |
| config CAN_TCAN4X5X_THREAD_STACK_SIZE |
| int "Stack size for the TCAN4x5x interrupt thread" |
| Size of the stack used for the thread handling interrupts and dispatching callbacks. |
| config CAN_TCAN4X5X_THREAD_PRIO |
| int "Priority for the TCAN4x5x interrupt thread" |
| Priority level for the thread handling interrupts and dispatching callbacks. |