LPT26x-HSF-4MB-Hilink_14.2..../application/samples/peripheral/uart/Kconfig
2025-05-13 22:00:58 +08:00

45 lines
1.1 KiB
Plaintext
Executable File

#===============================================================================
# @brief Kconfig file.
# Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
#===============================================================================
config UART_BUS_ID
int
prompt "Choose UART bus id."
depends on SAMPLE_SUPPORT_UART
default 1
config UART_TXD_PIN
int
prompt "Choose UART TXD pin."
depends on SAMPLE_SUPPORT_UART
default 17
config UART_RXD_PIN
int
prompt "Choose UART RXD pin."
depends on SAMPLE_SUPPORT_UART
default 18
config UART_TXD_PIN_MODE
int
prompt "Choose UART TXD pin mode."
depends on SAMPLE_SUPPORT_UART
default 25
config UART_RXD_PIN_MODE
int
prompt "Choose UART RXD pin mode."
depends on SAMPLE_SUPPORT_UART
default 24
config UART_SUPPORT_INT_MODE
bool
prompt "UART support interrupt mode."
depends on SAMPLE_SUPPORT_UART
default n
config UART_TRANSFER_SIZE
int
prompt "Config UART transfer size."
depends on SAMPLE_SUPPORT_UART
default 64