blob: 51e3d8b7d9ca65c97f24484af41ffd6f450281b4 [file] [log] [blame] [edit]
# Copyright 2025 NXP
# SPDX-License-Identifier: Apache-2.0
menuconfig SENT
bool "SENT Single Edge Nibble Transmission (SENT)"
help
Enable SENT Driver Configuration
if SENT
module = SENT
module-str = sent
source "subsys/logging/Kconfig.template.log_config"
config SENT_INIT_PRIORITY
int "SENT driver init priority"
default KERNEL_INIT_PRIORITY_DEVICE
help
SENT driver device initialization priority.
source "drivers/sent/Kconfig.nxp_s32"
endif # SENT